Distar
[p5sagit/Sub-Exporter-Progressive.git] / Makefile.PL
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644 (file)
index 0000000..5cd9f1f
--- /dev/null
@@ -0,0 +1,10 @@
+use strict;
+use warnings FATAL => 'all';
+use 5.008001;
+use ExtUtils::MakeMaker;
+(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
+
+WriteMakefile(
+  NAME => 'Sub-Exporter-Progressive',
+  VERSION_FROM => 'lib/Sub/Exporter/Progressive.pm',
+);