summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-15 23:49:52 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-15 23:50:27 +0000
commit77b02b233b8508a437602a467d3bc847d684c6d2 (patch)
treeaa248dde12f1a90dddb21bfc7b14da0102fd03b2
parentc1a655ff8e4343f50d589086b1c98b17f4a9e7e7 (diff)
downloadperl-77b02b233b8508a437602a467d3bc847d684c6d2.tar.gz
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 <apocal@cpan.org>
-rw-r--r--t/porting/podcheck.t10
1 files changed, 0 insertions, 10 deletions
diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t
index 3fbe27cb79..7e0bdfefd0 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