license => 'perl',
requires => {
'Scalar::Util' => 1.10,
- 'Algorithm::C3' => 0.05,
+ 'Algorithm::C3' => 0.06,
},
optional => {},
build_requires => {
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
t/pod.t
t/pod_coverage.t
util/visualize_c3.pl
-Makefile.PL
-META.yml
-Class::C3 version 0.14
+Class::C3 version 0.14_01
===========================
INSTALLATION
This module requires these other modules and libraries:
- None
+ Algorithm::C3 0.06
+ Scalar::Util 1.10
COPYRIGHT AND LICENCE
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