diff --git a/.gitignore b/.gitignore index 46533fa..e92912b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ *.o *.pm.tdy *.bs -bin/.exists +bin/lilith # Devel::Cover cover_db/ diff --git a/Makefile.PL b/Makefile.PL index 581d568..6a4ab0b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,6 +11,7 @@ my %WriteMakefileArgs = ( LICENSE => 'artistic_2', MIN_PERL_VERSION => '5.006', INST_SCRIPT => 'bin', + EXE_FILES=>['src_bin/lilith'], CONFIGURE_REQUIRES => { 'ExtUtils::MakeMaker' => '0', }, diff --git a/bin/.exists b/bin/.exists new file mode 100644 index 0000000..e69de29 diff --git a/bin/lilith b/src_bin/lilith similarity index 99% rename from bin/lilith rename to src_bin/lilith index 7a61025..2b59c1a 100755 --- a/bin/lilith +++ b/src_bin/lilith @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!perl use strict; use warnings;