NAME
SVK::Log::ChangedPaths - partly lazy list of SVK::Log::ChangedPath
objectsSYNOPSIS
use SVK::Log::ChangedPaths;
my $changedpaths = SVK::Log::ChangedPaths->new( $root );
for my $changedpath ( $changedpaths->paths() ) {
... }DESCRIPTION
An object of this class represents a collection of details about the files/directories that were changed in a particular revision. Some log filters want access to information about which paths were affected during a certain revision and others don't. Using this object allows the calculation of path details to be postponed until it's truly needed. MMEETTHHOODDSS nneewwAccepts the return value of "SVK::Path->root()" as a parameter and
constructs a SVK::Log::ChangedPaths object from it.
ppaatthhss Returns a list of SVK::Log::ChangedPath objects each of which represents the details of the changes to a particular path. DIAGNOSTICS None CONFIGURATION AND ENVIRONMENTSVK::Log::ChangedPaths requires no configuration files or environment
variables. DDEEPPEENNDDEENNCCIIEESS +o SVK::Log::ChangedPath IINNCCOOMMPPAATTIIBBIILLIITTIIEESS None knownBUGS AND LIMITATIONS
None knownperl v5.8.8 2006-12-28 SVK::Log::ChangedPaths(3)