Make Makefile.PL run.
Florian Ragwitz [Wed, 1 Oct 2008 14:03:15 +0000 (14:03 +0000)]
Makefile.PL

index 2511465..01a339c 100644 (file)
@@ -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 <jjnapiork@cpan.org>';
 version '0.01';