From: P. J. McDermott Date: Tue, 24 Sep 2013 02:49:04 +0000 (-0400) Subject: Makefile.PL: Use VERSION_FROM. X-Git-Tag: ssic/1.0.0~11 X-Git-Url: https://jxself.org/git/?p=ssic.git;a=commitdiff_plain;h=671f0e06db17adf861082d331182d8eb582914bb;ds=sidebyside Makefile.PL: Use VERSION_FROM. --- diff --git a/Makefile.PL b/Makefile.PL index 9b8584a..43ec71c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'ssic', - 'VERSION' => '0.1.0', + 'VERSION_FROM' => 'bin/ssic', 'AUTHOR' => 'P. J. McDermott ', 'EXE_FILES' => [ 'bin/ssic',