In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/77b02b233b8508a437602a467d3bc847d684c6d2?hp=c1a655ff8e4343f50d589086b1c98b17f4a9e7e7>

- Log -----------------------------------------------------------------
commit 77b02b233b8508a437602a467d3bc847d684c6d2
Author: Ævar Arnfjörð Bjarmason <a...@cpan.org>
Date:   Tue Feb 15 23:49:52 2011 +0000

    t/porting/podcheck.t: remove unused __DATA__ section
    
    This was added by Max Maischein in a67b1afafd, then removed by Jesse
    Vincent in 69f6a9a1e2 the same day, but Jesse forgot to nuke the
    __DATA__ section.
    
    Verified with `git log --reverse -p -SDATA -- t/porting/podcheck.t`.
    
    Reported-by: Larwan Berke <apo...@cpan.org>
-----------------------------------------------------------------------

Summary of changes:
 t/porting/podcheck.t |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t
index 3fbe27c..7e0bdfe 100644
--- a/t/porting/podcheck.t
+++ b/t/porting/podcheck.t
@@ -65,13 +65,3 @@ plan (tests => scalar @files);
 
 pod_ok $_
     for @files;
-
-__DATA__
-lib/
-ext/
-pod/
-AUTHORS
-Changes
-INSTALL
-README*
-*.pod

--
Perl5 Master Repository

Reply via email to