projects
/
p5sagit/Object-Tap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
976224f
)
bump version
Matt S Trout [Sun, 8 Jun 2014 04:58:43 +0000 (
04:58
+0000)]
dist.ini
patch
|
blob
|
blame
|
history
lib/Object/Tap.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist.ini
b/dist.ini
index
8389e5f
..
69fa167
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 = 1.000002
+version = 1.000003
[GatherDir]
[PruneCruft]
diff --git
a/lib/Object/Tap.pm
b/lib/Object/Tap.pm
index
bebffc6
..
923e92f
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 = '1.000002'; # 1.0.2
+our $VERSION = '1.000003'; # 1.0.3
our @EXPORT = qw($_tap);