Query: svk::log::changedpaths
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SVK::Log::ChangedPaths(3) User Contributed Perl Documentation SVK::Log::ChangedPaths(3)NAMESVK::Log::ChangedPaths - partly lazy list of SVK::Log::ChangedPath objectsSYNOPSISuse SVK::Log::ChangedPaths; my $changed_paths = SVK::Log::ChangedPaths->new( $root ); for my $changed_path ( $changed_paths->paths() ) { ... }DESCRIPTIONAn 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.METHODSnew Accepts the return value of "SVK::Path->root()" as a parameter and constructs a SVK::Log::ChangedPaths object from it. paths Returns a list of SVK::Log::ChangedPath objects each of which represents the details of the changes to a particular path.DIAGNOSTICSNoneCONFIGURATION AND ENVIRONMENTSVK::Log::ChangedPaths requires no configuration files or environment variables.DEPENDENCIESo SVK::Log::ChangedPathINCOMPATIBILITIESNone knownBUGS AND LIMITATIONSNone known perl v5.10.0 2008-08-04 SVK::Log::ChangedPaths(3)