Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37423475
en ru br
ALT Linux repos
S:0.12-alt1

Group :: Development/Perl
RPM: perl-File-Touch

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.12-alt1
Build date: 10 june 2021, 11:13 ( 149.3 weeks ago )
Size: 16.18 Kb

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

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-File-Touch
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin