meta stuff for 0.14_01
Brandon L Black [Wed, 22 Nov 2006 19:17:54 +0000 (19:17 +0000)]
Build.PL
MANIFEST
README
lib/Class/C3.pm

index d4f82eb..da6c4f4 100644 (file)
--- 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 => {
index 7f851b3..002d31e 100644 (file)
--- 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 (file)
--- 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
 
index a9158ed..00d5cda 100644 (file)
@@ -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