Group :: Development/Perl
Source RPM: perl-File-Touch
Built: about 5 years ago
Rebuilt: almost 3 years ago
Size: 15.4 KB
Repocop status:

Gear: http://git.altlinux.org/srpms/p/perl-File-Touch.git
Archive: http://ftp.altlinux.org/pub/distributions/archive/sisyphus/index/src/p/perl-File-Touch
Home page: http://www.cpan.org
License: Artistic
Summary: update access and modification timestamps, creating nonexistent files where necessary
Description:
Here's a list of arguments that can be used with the object-oriented contruction:
=over 4
=item atime_only => [0|1]
If nonzero, change only the access time of files. Default is zero.
=item mtime_only => [0|1]
If nonzero, change only the modification time of files. Default is zero.
=item no_create => [0|1]
If nonzero, do not create new files. Default is zero.
=item reference => $reference_file
If defined, use timestamps from this file instead of current time. Default is undefined.
=item atime => $time
If defined, use this time (in epoch seconds) instead of current time for access time.
=item mtime => $time
If defined, use this time (in epoch seconds) instead of current time for modification time.
=back
- perl-File-Touch
- automated CPAN update2015-10-26 Igor Vlasenko 0.10-alt1
- automated CPAN update2014-05-13 Igor Vlasenko 0.09-alt1
- automated CPAN update