From: Florian Ragwitz Date: Wed, 1 Oct 2008 14:03:15 +0000 (+0000) Subject: Make Makefile.PL run. X-Git-Tag: 0.01~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Structured.git;a=commitdiff_plain;h=72a801bda299a3bfb176628707ff8979114c7164 Make Makefile.PL run. --- 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';