corelist-perldelta.pl now requires Algorithm::Diff instead of using it.
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Dec 2011 19:19:10 +0000 (20:19 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 22 Dec 2011 07:59:39 +0000 (08:59 +0100)
This way ./perl -Ilib -c Porting/corelist-perldelta.pl can be used to syntax
check it.

corelist-perldelta.pl was not importing symbols from Algorithm::Diff, so
there are no changes in runtime behaviour.

Porting/corelist-perldelta.pl

index a9213c4..bdf12e5 100755 (executable)
@@ -6,7 +6,7 @@ use lib 'Porting';
 use Maintainers qw/%Modules/;
 use Module::CoreList;
 use Getopt::Long;
-use Algorithm::Diff;
+require Algorithm::Diff;
 
 my %sections = (
   new     => 'New Modules and Pragma',