From: Rafael Kitover Date: Tue, 25 Oct 2011 19:58:23 +0000 (-0400) Subject: bump String::ToIdentifier::EN dep to 0.05 X-Git-Tag: 0.07011~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9daf711f082ac9b573a80b557495627388c349f;hp=cc15b78ff04f40dad669e62bdba95865d246ad11;p=dbsrgits%2FDBIx-Class-Schema-Loader.git bump String::ToIdentifier::EN dep to 0.05 0.04 has some horrible bugs, this is the first version that works reasonably well. --- diff --git a/Makefile.PL b/Makefile.PL index 61e956b..6fbe289 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 }