summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-11 22:14:56 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-12 03:20:44 -0600
commit59017825dd984a30f69bec25890d1ffceaf30e04 (patch)
treebe633cf9ad0e6c511ec9b9c298178e135c924b45 /Makefile.PL
parentd1f721b320d72e83c0cb24c45fe9995a6dcf29c2 (diff)
downloadpackage-stash-xs-59017825dd984a30f69bec25890d1ffceaf30e04.tar.gz
package-stash-xs-59017825dd984a30f69bec25890d1ffceaf30e04.zip
start the conversion to xs
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL10
1 files changed, 10 insertions, 0 deletions
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',
+);