1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libfile-touch-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Allard Hoeve <allard@byte.nl>,
Niko Tyni <ntyni@iki.fi>,
Krzysztof Krzyzaniak (eloy) <eloy@debian.org>,
gregor herrmann <gregoa@debian.org>,
Ryan Niebur <ryan@debian.org>,
Jonathan Yu <jawnsy@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-touch-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-touch-perl.git
Homepage: https://metacpan.org/release/File-Touch
Testsuite: autopkgtest-pkg-perl
Package: libfile-touch-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Perl interface to touch-like functions
File::Touch lets you update access and modification timestamps, creating
nonexistent files where necessary. It also allows you to only modify one of
the stamps, choose to not create nonexistent files, and use timestamps from
a different file.
|