From: Shawn M Moore Date: Fri, 10 Jul 2009 06:09:44 +0000 (-0400) Subject: Makefile.PL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-IsDefaults.git;a=commitdiff_plain;h=49b0ef7cb37ff100c31f0fea8e7987dce8dc09ad Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..a07e296 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,12 @@ +use inc::Module::Install; + +name 'MooseX-IsDefaults'; +all_from 'lib/MooseX/IsDefaults.pm'; +githubmeta; + +requires 'Moose'; + +build_requires 'Test::Exception'; + +WriteAll; +