Modified source files and compiled any and armel versions of packages
[pkg-perl] / deb-src / dh-make-perl / dh-make-perl-0.47maemo1 / Strange-0.1 / Makefile.PL
diff --git a/deb-src/dh-make-perl/dh-make-perl-0.47maemo1/Strange-0.1/Makefile.PL b/deb-src/dh-make-perl/dh-make-perl-0.47maemo1/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
+);