Make XSLoader's UPSTREAM as undef
authorRafael Garcia-Suarez <rgs@consttype.org>
Mon, 3 Sep 2012 15:39:41 +0000 (17:39 +0200)
committerRafael Garcia-Suarez <rgs@consttype.org>
Mon, 3 Sep 2012 15:39:41 +0000 (17:39 +0200)
The upstream is supposed to be "blead", but the CPAN version of
XSLoader 0.16 and the one that has shipped with perl 5.17.3 are
different (doc changes only). The problem (cmp_version.t failing)
should disappear after the next perl release.

Porting/Maintainers.pl

index a422184..a228103 100755 (executable)
@@ -2132,7 +2132,8 @@ use File::Glob qw(:case);
                 ),
             'XSLoader.pm',    # we use XSLoader_pm.PL
         ],
-        'UPSTREAM' => 'blead',
+        # Revert UPSTREAM to 'blead' after 0.17 is released
+        'UPSTREAM' => undef,
     },
 
     's2p' => {