From: Dave Rolsky Date: Sat, 23 Aug 2008 20:26:20 +0000 (+0000) Subject: Don't ship pod tests since we don't want bogus failures from other X-Git-Tag: 0.64_04~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc6274b7cd1af3f71d51a8c22a17a563079d4f67;p=gitmo%2FClass-MOP.git Don't ship pod tests since we don't want bogus failures from other people's old pod testing modules. --- diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index b3f5955..a356757 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -20,3 +20,5 @@ bench ^TODO$ ^MOP.(bs|c|o)$ \.shipit +t/pod\.t$ +t/pod_coverage\.t$