bump String::ToIdentifier::EN dep to 0.05
Rafael Kitover [Tue, 25 Oct 2011 19:58:23 +0000 (15:58 -0400)]
0.04 has some horrible bugs, this is the first version that works
reasonably well.

Makefile.PL

index 61e956b..6fbe289 100644 (file)
@@ -55,7 +55,7 @@ requires 'namespace::clean'            => '0.20';
 requires 'Scope::Guard'                => 0;
 requires 'Exporter'                    => '5.63';
 requires 'Try::Tiny'                   => 0;
-requires 'String::ToIdentifier::EN'    => '0.04';
+requires 'String::ToIdentifier::EN'    => '0.05';
 
 if ($Module::Install::AUTHOR && ! $args->{skip_author_deps}) {
     eval { require Module::Install::ReadmeFromPod }