-
-
22 Apr 2018 10:02:46 UTC
- Development release
- Distribution: Test-Smoke
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (24)
- Testers (458 / 51 / 2)
- Kwalitee
Bus factor: 2- License: perl_5
- Activity
24 month- Tools
- Download (352.6KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CGI::Util
- File::Spec
- HTTP::Tiny
- JSON::XS
- POSIX
- System::Info
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Test::Smoke::Syncer::Hardlink
This handles syncing by copying the source-tree from a local directory using the link function. This can be used as an alternative for make distclean.
Thanks to Nicholas Clark for donating this suggestion!
Test::Smoke::Syncer::Hardlink->new( %args )
Keys for
%args
:* ddir: destination directory * hdir: source directory * v: verbose
$syncer->sync( )
sync()
uses the File::Find module to make the hardlink forest in {ddir}.COPYRIGHT
(c) 2002-2013, All rights reserved.
* Abe Timmerman <abeltje@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See:
* <http://www.perl.com/perl/misc/Artistic.html>, * <http://www.gnu.org/copyleft/gpl.html>
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Module Install Instructions
To install Test::Smoke, copy and paste the appropriate command in to your terminal.
cpanm Test::Smoke
perl -MCPAN -e shell install Test::Smoke
For more information on module installation, please visit the detailed CPAN module installation guide.