in reply to Installing a patch for a CPAN Module
Often it's just a matter of running 'patch ScanDeps.pm ScanDeps.patch' - which should suffice in this instance.patch --help
with# 5.8.x push @files, (map "$dir/$_.pl", qw( Exact Canonical ));
Cheers,# 5.8.x and higher push @files, (map "$dir/$_.pl", qw( Exact Canonical Heavy ));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Installing a patch for a CPAN Module
by saintex (Scribe) on Jun 24, 2010 at 09:16 UTC |