From: Stevan Little Date: Sun, 7 May 2006 02:47:19 +0000 (+0000) Subject: renames X-Git-Tag: 0_09_03~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b6ac668787be116139462f4a427b3c0a0b3b501;p=gitmo%2FMoose.git renames --- diff --git a/Build.PL b/Build.PL index 5fc1351..d80032a 100644 --- a/Build.PL +++ b/Build.PL @@ -8,10 +8,11 @@ my $build = Module::Build->new( requires => { 'Scalar::Util' => '1.18', 'Carp' => '0', - 'Class::MOP' => '0.26', + 'Class::MOP' => '0.30', 'Sub::Name' => '0.02', 'UNIVERSAL::require' => '0.10', - 'Sub::Exporter' => '0.93', + 'Sub::Exporter' => '0.952', + 'Sub::Install' => '0.91', }, optional => { }, diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 795aeb0..3de3ebc 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -15,4 +15,5 @@ cover_db ^blibdirs$ \.old$ ^#.*#$ -^\.# \ No newline at end of file +^\.# +^TODO$ \ No newline at end of file diff --git a/t/001_basic.t b/t/001_recipe.t similarity index 100% rename from t/001_basic.t rename to t/001_recipe.t diff --git a/t/002_basic.t b/t/002_recipe.t similarity index 100% rename from t/002_basic.t rename to t/002_recipe.t diff --git a/t/003_basic.t b/t/003_recipe.t similarity index 100% rename from t/003_basic.t rename to t/003_recipe.t diff --git a/t/004_basic.t b/t/004_recipe.t similarity index 100% rename from t/004_basic.t rename to t/004_recipe.t diff --git a/t/005_basic.t b/t/005_recipe.t similarity index 100% rename from t/005_basic.t rename to t/005_recipe.t diff --git a/t/006_basic.t b/t/006_recipe.t similarity index 100% rename from t/006_basic.t rename to t/006_recipe.t diff --git a/t/008_basic.t b/t/202_example.t similarity index 100% rename from t/008_basic.t rename to t/202_example.t diff --git a/t/007_basic.t b/t/207_example.t similarity index 100% rename from t/007_basic.t rename to t/207_example.t