From: Graham Knop Date: Thu, 18 Jul 2013 11:19:19 +0000 (-0400) Subject: add a version number so we can rely on new features X-Git-Tag: v0.001000^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=37e295d8e92141fe43b921fca67744b6eef0b566;p=p5sagit%2FDistar.git add a version number so we can rely on new features --- diff --git a/lib/Distar.pm b/lib/Distar.pm index af9c836..4481573 100644 --- a/lib/Distar.pm +++ b/lib/Distar.pm @@ -8,6 +8,9 @@ use ExtUtils::MM (); use Config; use File::Spec; +our $VERSION = '0.001000'; +$VERSION = eval $VERSION; + our @EXPORT = qw( author manifest_include run_preflight );