Add ARM files
[dh-make-perl] / dev / arm / dh-make-perl / dh-make-perl-0.47 / Strange-0.1 / Makefile.PL
diff --git a/dev/arm/dh-make-perl/dh-make-perl-0.47/Strange-0.1/Makefile.PL b/dev/arm/dh-make-perl/dh-make-perl-0.47/Strange-0.1/Makefile.PL
new file mode 100644 (file)
index 0000000..5f9529c
--- /dev/null
@@ -0,0 +1,7 @@
+use ExtUtils::MakeMaker;
+# See lib/ExtUtils/MakeMaker.pm for details of how to influence
+# the contents of the Makefile that is written.
+WriteMakefile(
+    'NAME'     => 'Strange',
+    'VERSION_FROM' => 'Strange.pm', # finds $VERSION
+);