From: Stevan Little Date: Tue, 31 Jan 2006 18:20:58 +0000 (+0000) Subject: more stuff X-Git-Tag: 0_02~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7c90a1a8f7f9f9079aba34d7761f505f92d37e71;p=gitmo%2FClass-MOP.git more stuff --- diff --git a/Build.PL b/Build.PL index cbed1a0..3315541 100644 --- a/Build.PL +++ b/Build.PL @@ -9,17 +9,17 @@ my $build = Module::Build->new( module_name => 'Class::MOP', license => 'perl', requires => { - 'perl' => '5.6.0', - 'Scalar::Util' => '1.17', - 'Carp' => '0', - 'B' => '0', - 'Sub::Name' => '0', + 'perl' => '5.6.0', + 'Scalar::Util' => '1.17', + 'Sub::Name' => '0.02', + 'Carp' => '0.01', + 'B' => '0', }, optional => { }, build_requires => { 'Test::More' => '0.47', - 'Test::Exception' => '0', + 'Test::Exception' => '0.21', }, create_makefile_pl => 'traditional', recursive_test_files => 1, diff --git a/Changes b/Changes index 1363cbb..799c905 100644 --- a/Changes +++ b/Changes @@ -1 +1,4 @@ -Revision history for Perl extension Class-MOP. \ No newline at end of file +Revision history for Perl extension Class-MOP. + +0.01 + - Initial release \ No newline at end of file diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP new file mode 100644 index 0000000..9b342ce --- /dev/null +++ b/MANIFEST.SKIP @@ -0,0 +1,17 @@ +^_build +^Build$ +^blib +~$ +\.bak$ +^MANIFEST\.SKIP$ +CVS +\.svn +cover_db +\..*\.sw.?$ +^Makefile$ +^pm_to_blib$ +^MakeMaker-\d +^blibdirs$ +\.old$ +^#.*#$ +^\.# \ No newline at end of file