From 7a603ffaf368e45a344d029e716ea36b10794e40 Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Mon, 15 Jun 2009 14:39:40 -0700 Subject: skeleton --- Makefile.PL | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..da68f02 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,18 @@ +use inc::Module::Install; + +name 'MooseX-AlwaysCoerce'; +all_from 'lib/MooseX/AlwaysCoerce.pm'; +author 'Rafael Kitover '; +license 'perl'; + +test_requires 'Test::More'; + +requires 'Moose'; + +auto_provides; +auto_install; + +resources repository => + 'git://github.com/rkitover/mx-alwayscoerce.git'; + +WriteAll; -- cgit v1.2.3