This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Time-Local 1.2300
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 9 Aug 2012 07:31:43 +0000 (08:31 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 9 Aug 2012 07:31:43 +0000 (08:31 +0100)
Files are already up to date, but Maintainers.pl is not.

Porting/Maintainers.pl

index 401c29a..539d9a0 100755 (executable)
@@ -1927,12 +1927,13 @@ use File::Glob qw(:case);
 
     'Time::Local' => {
         'MAINTAINER'   => 'drolsky',
-        'DISTRIBUTION' => 'FLORA/Time-Local-1.2000.tar.gz',
+        'DISTRIBUTION' => 'DROLSKY/Time-Local-1.2300.tar.gz',
         'FILES'        => q[cpan/Time-Local],
         'EXCLUDED'     => [
             qw( t/pod-coverage.t
                 t/pod.t
                 ),
+            qr{^t/release-.*\.t},
         ],
         'UPSTREAM' => 'cpan',
     },