From: Brandon L Black Date: Wed, 22 Nov 2006 19:17:54 +0000 (+0000) Subject: meta stuff for 0.14_01 X-Git-Tag: 0.16~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3.git;a=commitdiff_plain;h=620971c39ba7391be4df0ccdb50801da16438ce3 meta stuff for 0.14_01 --- diff --git a/Build.PL b/Build.PL index d4f82eb..da6c4f4 100644 --- a/Build.PL +++ b/Build.PL @@ -7,7 +7,7 @@ my $build = Module::Build->new( license => 'perl', requires => { 'Scalar::Util' => 1.10, - 'Algorithm::C3' => 0.05, + 'Algorithm::C3' => 0.06, }, optional => {}, build_requires => { diff --git a/MANIFEST b/MANIFEST index 7f851b3..002d31e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,9 +1,11 @@ Build.PL ChangeLog -lib/Class/C3.pm MANIFEST This list of files -opt/c3.pm +META.yml +Makefile.PL README +lib/Class/C3.pm +opt/c3.pm t/00_load.t t/01_MRO.t t/02_MRO.t @@ -31,5 +33,3 @@ t/lib/F.pm t/pod.t t/pod_coverage.t util/visualize_c3.pl -Makefile.PL -META.yml diff --git a/README b/README index d93cfe8..f7c926f 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Class::C3 version 0.14 +Class::C3 version 0.14_01 =========================== INSTALLATION @@ -14,7 +14,8 @@ DEPENDENCIES This module requires these other modules and libraries: - None + Algorithm::C3 0.06 + Scalar::Util 1.10 COPYRIGHT AND LICENCE diff --git a/lib/Class/C3.pm b/lib/Class/C3.pm index a9158ed..00d5cda 100644 --- a/lib/Class/C3.pm +++ b/lib/Class/C3.pm @@ -7,7 +7,7 @@ use warnings; use Scalar::Util 'blessed'; use Algorithm::C3; -our $VERSION = '0.14'; +our $VERSION = '0.14_01'; # this is our global stash of both # MRO's and method dispatch tables