https://github.com/kilna/perl-file-copy-vigilant
Provides retries and validation for copying and moving files
https://github.com/kilna/perl-file-copy-vigilant
Last synced: 8 months ago
JSON representation
Provides retries and validation for copying and moving files
- Host: GitHub
- URL: https://github.com/kilna/perl-file-copy-vigilant
- Owner: kilna
- License: artistic-2.0
- Created: 2015-10-26T21:05:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-18T04:11:40.000Z (over 9 years ago)
- Last Synced: 2024-12-31T06:40:42.630Z (9 months ago)
- Language: Perl
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
File-Copy-Vigilant
This module provides retries and validation for copying and moving files.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc File::Copy::Vigilant
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Copy-VigilantAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/File-Copy-VigilantCPAN Ratings
http://cpanratings.perl.org/d/File-Copy-VigilantSearch CPAN
http://search.cpan.org/dist/File-Copy-VigilantCOPYRIGHT AND LICENCE
Copyright (C) 2012 Kilna Companies
This program is free software; you can redistribute it and/or modify it
under the terms of either: the GNU General Public License as published
by the Free Software Foundation; or the Artistic License.See http://dev.perl.org/licenses/ for more information.