From: Graham Knop <haarg@haarg.org>
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=cfb13f63315b74ca4f5d00bc1938d98f751d306f;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
 );