X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=56401b5e592b3dc2ffbadb9982291779273a260c;hb=refs%2Ftags%2F0.07013;hp=6fbe2896923a8b287aed4dbd54825250adb03af6;hpb=f9daf711f082ac9b573a80b557495627388c349f;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Makefile.PL b/Makefile.PL index 6fbe289..56401b5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -56,6 +56,7 @@ requires 'Scope::Guard' => 0; requires 'Exporter' => '5.63'; requires 'Try::Tiny' => 0; requires 'String::ToIdentifier::EN' => '0.05'; +requires 'String::CamelCase' => '0.02'; if ($Module::Install::AUTHOR && ! $args->{skip_author_deps}) { eval { require Module::Install::ReadmeFromPod }