In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9617fa1ef1efc315796404f56adfda451b173a44?hp=d10894c88dd9594f894165e862889054b81758bd>

- Log -----------------------------------------------------------------
commit 9617fa1ef1efc315796404f56adfda451b173a44
Author: Tony Cook <[email protected]>
Date:   Fri Jul 26 10:54:13 2013 +1000

    let Porting/cmpVERSION.pl know Exporter was moved to dist/
-----------------------------------------------------------------------

Summary of changes:
 Porting/cmpVERSION.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl
index 5300b87..f8fee14 100755
--- a/Porting/cmpVERSION.pl
+++ b/Porting/cmpVERSION.pl
@@ -77,7 +77,7 @@ my %skip;
 @skip{
     'lib/Carp/Heavy.pm',
     'lib/Config.pm',           # no version number but contents will vary
-    'lib/Exporter/Heavy.pm',
+    'dist/Exporter/lib/Exporter/Heavy.pm',
     'win32/FindExt.pm',
 } = ();
 

--
Perl5 Master Repository

Reply via email to