Skip to content

Commit

Permalink
Fixed Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
nferraz committed Sep 11, 2013
1 parent 0c0f74d commit 3d595f7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'st',
AUTHOR => q{Nelson Ferraz <[email protected]>},
($ExtUtils::MakeMaker::VERSION >= 6.3002
? ('LICENSE'=> 'perl')
: ()),
EXE_FILES => [ 'bin/st', ],
LICENSE => 'MIT',
EXE_FILES => [ 'script/st', ],
PL_FILES => { },
PREREQ_PM => { },
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
Expand Down

0 comments on commit 3d595f7

Please sign in to comment.