X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FMakefile.PL;h=ab4c2281bd5eaa458c3a2e2e59d3bac5ffd1cd9a;hb=29bb6991a3b7187784cd14a3806b0c9db38dd51b;hp=22b412d21178d8549400973efd360c4bf33e6a24;hpb=1e3eae905b861761f93643aa5fce14a8be5d9ed2;p=freeside.git 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/*' ], );