From: Mike Taylor Date: Wed, 7 Jul 2010 15:21:00 +0000 (+0100) Subject: irspy.pl and irspy-dump.pl are now installed as binaries. X-Git-Tag: CPAN-v1.02~11 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=c482bc07c36cb6d134a8365456f9746ca7359d09 irspy.pl and irspy-dump.pl are now installed as binaries. --- diff --git a/Makefile.PL b/Makefile.PL index 0568172..5958ba1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,6 +33,7 @@ WriteMakefile( ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/ZOOM/IRSpy.pm', # retrieve abstract from module AUTHOR => 'Mike Taylor ') : ()), + EXE_FILES => [ 'bin/irspy.pl', 'bin/irspy-dump.pl' ], );