+ - fix module name in Makefile.PL (RT#78591)
+
1.001005 - 2012-07-18
- localize UNIVERSAL::can change to avoid confusing TB2
- properly report roles consumed by superclasses
my $mymeta_works = do { no warnings; $ExtUtils::MakeMaker::VERSION >= 6.5707 };
WriteMakefile(
- NAME => 'Role-Tiny',
+ NAME => 'Role::Tiny',
VERSION_FROM => 'lib/Role/Tiny.pm',
PREREQ_PM => {
($] >= 5.010 ? () : ('MRO::Compat' => 0)),