This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct the paths in the Encode customizations
authorSteve Hay <steve.m.hay@googlemail.com>
Wed, 14 Oct 2015 12:17:54 +0000 (13:17 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Wed, 14 Oct 2015 12:26:12 +0000 (13:26 +0100)
Blead doesn't actually need these trivial customizations but they can't
be corrected without needing to bump the corresponding .pm file $VERSIONs
otherwise porting/cmp_version.t will fail since the customized versions
have already escaped in the last blead release. There is no sense in
adding customizations for the .pm files just to remove these
customizations, so they will have to stay for now.

Porting/Maintainers.pl

index 95fb85e..526c08e 100755 (executable)
@@ -387,9 +387,10 @@ use File::Glob qw(:case);
         'DISTRIBUTION' => 'DANKOGAI/Encode-2.78.tar.gz',
         'FILES'        => q[cpan/Encode],
         CUSTOMIZED     => [
-                  qq{cpan/Encode/Encode.xs},
-                  qq{cpan/Encode/Unicode/Unicode.xs},
-                  qq{cpan/Encode/encoding.pm},
+            qw( Encode.xs
+                Unicode/Unicode.xs
+                encoding.pm
+                ),
         ],
     },