projects
/
p5sagit/Object-Tap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9e15d0f
)
bump version
v1.000001
Matt S Trout [Thu, 5 Jun 2014 07:59:33 +0000 (07:59 +0000)]
dist.ini
patch
|
blob
|
blame
|
history
lib/Object/Tap.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist.ini
b/dist.ini
index
d8667c8
..
7c2dc6a
100644
(file)
--- a/
dist.ini
+++ b/
dist.ini
@@
-3,7
+3,7
@@
author = Matt S Trout (mst) <mst@shadowcat.co.uk>
copyright_holder = Matt S Trout
copyright_year = 2014
license = Perl_5
-version = 0.009001
+version = 1.000001
[GatherDir]
[PruneCruft]
diff --git
a/lib/Object/Tap.pm
b/lib/Object/Tap.pm
index
f1e1479
..
ae6c11c
100644
(file)
--- a/
lib/Object/Tap.pm
+++ b/
lib/Object/Tap.pm
@@
-4,7
+4,7
@@
use strict;
use warnings;
use base qw(Exporter);
-our $VERSION = '0.009001'; # 0.9.1
+our $VERSION = '1.000001'; # 1.0.1
our @EXPORT = qw($_tap);