From c96d19fca5094995d02911dd293e10e716ed7ce3 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 8 Mar 2010 16:57:13 +0000 Subject: first idea --- Makefile.PL | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..722d778 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,8 @@ +use inc::Module::Install; + +name 'DateTime-Format-GeekTime'; +all_from 'lib/DateTime/Format/GeekTime.pm'; + +requires 'DateTime' => 0; + +WriteAll; -- cgit v1.2.3