From: Stevan Little Date: Thu, 27 Sep 2007 19:46:04 +0000 (+0000) Subject: manifest tweaks; X-Git-Tag: 0_27~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a1fa2283252ce3f1a6d398487b5bc3785f1ca76;p=gitmo%2FMoose.git manifest tweaks; --- diff --git a/MANIFEST b/MANIFEST index 60e49e0..c608ae7 100644 --- 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 diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 3de3ebc..94a3ccd 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -16,4 +16,7 @@ cover_db \.old$ ^#.*#$ ^\.# -^TODO$ \ No newline at end of file +^TODO$ +^PLAN$ +^benchmarks$ +^\._.*$ \ No newline at end of file