X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FMakefile.PL;fp=FS%2FMakefile.PL;h=22b412d21178d8549400973efd360c4bf33e6a24;hp=0000000000000000000000000000000000000000;hb=1e3eae905b861761f93643aa5fce14a8be5d9ed2;hpb=9f2781f5d45997c856e1930757daa2cb1d5cddcc 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 +);