fucking stuff
Stevan Little [Fri, 2 May 2008 19:46:05 +0000 (19:46 +0000)]
MANIFEST
Makefile.PL

index 8a9c8b2..6f63d03 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,8 +17,6 @@ MANIFEST
 MANIFEST.SKIP
 META.yml
 README
-t-author/pod.t
-t-author/pod_coverage.t
 t/000_load.t
 t/001_basic.t
 t/002_custom_description.t
index 04a9c36..256526a 100644 (file)
@@ -13,7 +13,6 @@ requires 'Moose' => 0.40;
 build_requires 'Test::More' => '0.62';
 
 tests('t/*.t');
-author_tests('t-author');
 
 WriteAll();