1SVK::Log::ChangedPaths(U3s)er Contributed Perl DocumentatSiVoKn::Log::ChangedPaths(3)
2
3
4

NAME

6       SVK::Log::ChangedPaths - partly lazy list of SVK::Log::ChangedPath
7       objects
8

SYNOPSIS

10           use SVK::Log::ChangedPaths;
11           my $changed_paths = SVK::Log::ChangedPaths->new( $root );
12           for my $changed_path ( $changed_paths->paths() ) {
13               ...
14           }
15

DESCRIPTION

17       An object of this class represents a collection of details about the
18       files/directories that were changed in a particular revision.  Some log
19       filters want access to information about which paths were affected
20       during a certain revision and others don't.  Using this object allows
21       the calculation of path details to be postponed until it's truly
22       needed.
23

METHODS

25   new
26       Accepts the return value of "SVK::Path->root()" as a parameter and
27       constructs a SVK::Log::ChangedPaths object from it.
28
29   paths
30       Returns a list of SVK::Log::ChangedPath objects each of which
31       represents the details of the changes to a particular path.
32

DIAGNOSTICS

34       None
35

CONFIGURATION AND ENVIRONMENT

37       SVK::Log::ChangedPaths requires no configuration files or environment
38       variables.
39

DEPENDENCIES

41       ยท   SVK::Log::ChangedPath
42

INCOMPATIBILITIES

44       None known
45

BUGS AND LIMITATIONS

47       None known
48
49
50
51perl v5.30.0                      2019-07-26         SVK::Log::ChangedPaths(3)
Impressum