manifest tweaks;
Stevan Little [Thu, 27 Sep 2007 19:46:04 +0000 (19:46 +0000)]
MANIFEST
MANIFEST.SKIP

index 60e49e0..c608ae7 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,10 +1,3 @@
-benchmarks/caf_vs_moose.pl
-benchmarks/immutable.pl
-benchmarks/method_modifiers.pl
-benchmarks/simple_class.pl
-benchmarks/simple_compile.pl
-benchmarks/simple_constructor.pl
-benchmarks/type_constraints.pl
 Build.PL
 Changes
 inc/Module/Install.pm
@@ -54,7 +47,6 @@ lib/Test/Moose.pm
 Makefile.PL
 MANIFEST
 META.yml
-PLANS
 README
 t/000_load.t
 t/000_recipes/001_recipe.t
index 3de3ebc..94a3ccd 100644 (file)
@@ -16,4 +16,7 @@ cover_db
 \.old$
 ^#.*#$
 ^\.#
-^TODO$
\ No newline at end of file
+^TODO$
+^PLAN$
+^benchmarks$
+^\._.*$
\ No newline at end of file