From 77b02b233b8508a437602a467d3bc847d684c6d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 15 Feb 2011 23:49:52 +0000 Subject: 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 --- t/porting/podcheck.t | 10 ---------- 1 file changed, 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 -- cgit v1.2.1