Fix up the MAP for version following its upgrade to version 0.9906
authorSteve Hay <steve.m.hay@googlemail.com>
Mon, 6 Jan 2014 12:51:32 +0000 (12:51 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 6 Jan 2014 12:51:32 +0000 (12:51 +0000)
It appears that vutil.c is also customized for blead.

META.json
META.yml
Porting/Maintainers.pl
t/porting/customized.dat

index 26e8df8..c3679fe 100644 (file)
--- a/META.json
+++ b/META.json
          "pod/perlpodstyle.pod",
          "Porting/Maintainers.pm",
          "Porting/perldelta_template.pod",
-         "TestInit.pm"
+         "TestInit.pm",
+         "vutil.c",
+         "vutil.h",
+         "vxs.inc"
       ]
    },
    "release_status" : "unstable",
index 998e8e9..4873dcc 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -107,6 +107,9 @@ no_index:
     - Porting/Maintainers.pm
     - Porting/perldelta_template.pod
     - TestInit.pm
+    - vutil.c
+    - vutil.h
+    - vxs.inc
 resources:
   bugtracker: https://rt.perl.org/
   homepage: http://www.perl.org/
index 417bdcc..433378c 100755 (executable)
@@ -1261,12 +1261,12 @@ use File::Glob qw(:case);
     'version' => {
         'DISTRIBUTION' => 'JPEACOCK/version-0.9906.tar.gz',
         'FILES'        => q[cpan/version],
+        'FILES'        => q[cpan/version vutil.c vutil.h vxs.inc],
         'EXCLUDED' => [
             qr{^vutil/lib/},
             'vutil/ppport.h',
             'vutil/vxs.xs',
             't/survey_locales',
-            'vperl/vpp.pm',
         ],
 
         # When adding the CPAN-distributed files for version.pm, it is necessary
@@ -1274,13 +1274,13 @@ use File::Glob qw(:case);
         # only necessary with the CPAN release.
         'CUSTOMIZED'   => [
             qw( lib/version.pm
+               vutil.c
                 ),
         ],
 
         'MAP' => {
-            'vutil.c'        => 'vutil.c',
-            'vutil.h'        => 'vutil.h',
-            'vxs.inc'        => 'vxs.inc',
+            'vperl/'         => 'cpan/version/lib/version/',
+            'vutil/'         => '',
             ''               => 'cpan/version/',
         },
     },
index 2f4044b..9786c54 100644 (file)
@@ -17,5 +17,4 @@ libnet cpan/libnet/Makefile.PL 8cc723f0e1d2177af46ef4e41fc1f362085520df
 podlators cpan/podlators/scripts/pod2man.PL f81acf53f3ff46cdcc5ebdd661c5d13eb35d20d6
 podlators cpan/podlators/scripts/pod2text.PL b4693fcfe4a0a1b38a215cfb8985a65d5d025d69
 version cpan/version/lib/version.pm 3934bcc033f1f15aed2ba78017f71d2e5482deca
-version cpan/version/t/07locale.t 9ec512b4ef9cd6d6ab26c4215692048925fd0179
-version cpan/version/t/08_corelist.t 3094fab78b4e8a5471d0c3bcca2402317c6562d0
+version vutil.c 39e39049e2a42bed505ea6d56430ea7bfef5e89b