X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FMakefile.PL;h=ab4c2281bd5eaa458c3a2e2e59d3bac5ffd1cd9a;hp=22b412d21178d8549400973efd360c4bf33e6a24;hb=b90f8cdac9371c219a72dda16f8deecc7c44fc28;hpb=1e3eae905b861761f93643aa5fce14a8be5d9ed2 diff --git a/FS/Makefile.PL b/FS/Makefile.PL index 22b412d21..ab4c2281b 100644 --- a/FS/Makefile.PL +++ b/FS/Makefile.PL @@ -2,6 +2,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', + 'NAME' => 'FS', 'VERSION_FROM' => 'FS.pm', # finds $VERSION + 'EXE_FILES' => [ glob 'bin/*' ], );