From: Yuval Kogman Date: Wed, 13 Aug 2008 15:04:01 +0000 (+0000) Subject: Sub::Name prereq X-Git-Tag: 0_64_01~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7b3af90582f5cc92565818a073678aa5b8908229;p=gitmo%2FClass-MOP.git Sub::Name prereq --- diff --git a/Makefile.PL b/Makefile.PL index 4fdf335..8d8498f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ unless ( defined $force_xs ) { my %prereqs = ( 'Scalar::Util' => '1.18', - 'Sub::Name' => '0.02', + 'Sub::Name' => '0.04', 'Sub::Identify' => '0.03', 'MRO::Compat' => '0.05', 'Carp' => 0,