X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=01a339c3b4492a78a7fef44cf0227b43b80245a9;hb=72a801bda299a3bfb176628707ff8979114c7164;hp=251146597dedfaba80454a9a5e1966361726db63;hpb=a30fa8914f1b06d293d2cc743bd75c2de3e157f4;p=gitmo%2FMooseX-Types-Structured.git diff --git a/Makefile.PL b/Makefile.PL index 2511465..01a339c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ use inc::Module::Install; ## All the required meta information name 'MooseX-Types-Structured'; -all_from 'MooseX::Types::Structured'; +all_from 'lib/MooseX/Types/Structured.pm'; abstract 'Moose Type Constraint classes for Structured Types'; author 'John Napiorkowski '; version '0.01';