EBook-Tools
view release on metacpan or search on metacpan
use warnings; use strict;
use File::Copy;
use File::Path;
mkpath 'bin';
copy('scripts/ebook.pl','bin/ebook') or die("Could not create bin/ebook");
chmod(0755,'bin/ebook');
( run in 0.268 second using v1.01-cache-2.11-cpan-8d75d55dd25 )