From 59017825dd984a30f69bec25890d1ffceaf30e04 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 11 Nov 2010 22:14:56 -0600 Subject: start the conversion to xs --- Makefile.PL | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..9791d1c --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,10 @@ +use ExtUtils::MakeMaker; + +# NOTE: +# this is a very simple Makefile.PL i only use to build the distribution locally +# while working on it the real Makefile.PL, with all required information like +# dependencies, is generated later by Dist::Zilla + +WriteMakefile( + NAME => 'Package::Stash', +); -- cgit v1.2.3-54-g00ecf