projects
/
p5sagit/Distar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ca3b3b8
)
add a version number so we can rely on new features
v0.001000
Graham Knop [Thu, 18 Jul 2013 11:19:19 +0000 (07:19 -0400)]
lib/Distar.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Distar.pm
b/lib/Distar.pm
index
af9c836
..
4481573
100644
(file)
--- 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
);