X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1fd1cbeac7b38c4b105c53731cbeab3cb087b299;hb=fcaf7811b0caec1b00651fbcf9d1915fe1be008f;hp=a8a471fbadb51f35ba25ed2a11d6e87bedf2715e;hpb=b42fc1374d264deaad34df3638685d8431a037d1;p=p5sagit%2FFunction-Parameters.git diff --git a/Makefile.PL b/Makefile.PL index a8a471f..1fd1cbe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,6 +34,7 @@ WriteMakefile( }, }, }, + depend => { Makefile => '$(VERSION_FROM)' }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Function-Parameters-*' }, );