summaryrefslogtreecommitdiff
path: root/FS/Makefile.PL
diff options
context:
space:
mode:
authorivan <ivan>1999-08-04 04:15:20 +0000
committerivan <ivan>1999-08-04 04:15:20 +0000
commit1e3eae905b861761f93643aa5fce14a8be5d9ed2 (patch)
tree148aab77eb40a1cfc2bc5803d77c095858b94aac /FS/Makefile.PL
parent9f2781f5d45997c856e1930757daa2cb1d5cddcc (diff)
initial h2xs
Diffstat (limited to 'FS/Makefile.PL')
-rw-r--r--FS/Makefile.PL7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/Makefile.PL b/FS/Makefile.PL
new file mode 100644
index 000000000..22b412d21
--- /dev/null
+++ b/FS/Makefile.PL
@@ -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' => 'FS',
+ 'VERSION_FROM' => 'FS.pm', # finds $VERSION
+);