X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=Makefile.PL;h=5958ba16fbadb123a64d541e19ad4b9276dd5c8f;hp=0566a8c4c5ebca1fb3ee01f8ca72e13eb873927e;hb=67950f52de73f76cbaa398c1edda5fbdfe7087ab;hpb=2185164008cd6dd14e31e44bb70027de83ce4316 diff --git a/Makefile.PL b/Makefile.PL index 0566a8c..5958ba1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,3 @@ -# $Id: Makefile.PL,v 1.14 2007-05-09 12:04:36 mike Exp $ use 5.008; use strict; @@ -34,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' ], );