In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/96623e3152b3f622bf7b2d58384465be6752900d?hp=cca58a489cebfe3c30870ceba288d2b88ff35a06>

- Log -----------------------------------------------------------------
commit 96623e3152b3f622bf7b2d58384465be6752900d
Author: Steve Hay <[email protected]>
Date:   Mon May 18 09:05:33 2015 +0100

    PerlIO::via::QuotedPrint finally has a new release which synchronizes it 
with blead
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl                                    | 9 +--------
 cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm | 4 ++--
 t/porting/customized.dat                                  | 1 -
 3 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 9f02ff7..81a075d 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -908,15 +908,8 @@ use File::Glob qw(:case);
     },
 
     'PerlIO::via::QuotedPrint' => {
-        'DISTRIBUTION' => 'ELIZABETH/PerlIO-via-QuotedPrint-0.07.tar.gz',
+        'DISTRIBUTION' => 'SHAY/PerlIO-via-QuotedPrint-0.08.tar.gz',
         'FILES'        => q[cpan/PerlIO-via-QuotedPrint],
-
-        # Waiting to be merged upstream: see CPAN RT#54047
-        'CUSTOMIZED'   => [
-            qw( t/QuotedPrint.t
-                ),
-        ],
-
     },
 
     'Pod::Checker' => {
diff --git a/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm 
b/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm
index 11ba2e7..8135e17 100644
--- a/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm
+++ b/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm
@@ -1,6 +1,6 @@
 package PerlIO::via::QuotedPrint;
 
-$VERSION= '0.07';
+$VERSION= '0.08';
 
 # be as strict as possible
 use strict;
@@ -71,7 +71,7 @@ PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable 
strings
 
 =head1 VERSION
 
-This documentation describes version 0.07.
+This documentation describes version 0.08.
 
 =head1 DESCRIPTION
 
diff --git a/t/porting/customized.dat b/t/porting/customized.dat
index 411e2ca..0eed9f7 100644
--- a/t/porting/customized.dat
+++ b/t/porting/customized.dat
@@ -32,7 +32,6 @@ ExtUtils::MakeMaker 
cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm 22fe9596a0237252f
 ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm 
7fbc42ca2ebc6c677b79ae5fd5647243cf069463
 ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/t/basic.t 
6cdc7701b50e586bc9c4cfb1616de8eb0b1baf34
 ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/t/pm_to_blib.t 
71ebcee355691ce374fcad251b12d8b2412462b3
-PerlIO::via::QuotedPrint cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t 
ca39f0146e89de02c746e199c45dcb3e5edad691
 Text::ParseWords cpan/Text-ParseWords/t/ParseWords.t 
9bae51c9b944cd5c0bbabe9d397e573976a2be8e
 Win32API::File cpan/Win32API-File/buffers.h 
02d230ac9ac7091365128161a0ed671898baefae
 Win32API::File cpan/Win32API-File/cFile.h 
fca7e383e76979c3ac3adf12d11d1bcd2618e489

--
Perl5 Master Repository

Reply via email to