From: Karen Etheridge Date: Tue, 9 Jun 2015 20:57:15 +0000 (-0700) Subject: increment $VERSION after 1.000005 release X-Git-Tag: v1.000006~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FObject-Tap.git;a=commitdiff_plain;h=019ed185e20729f373e527f7bb5751b641b707d9 increment $VERSION after 1.000005 release --- diff --git a/lib/Object/Tap.pm b/lib/Object/Tap.pm index 74f2803..cecdbd2 100644 --- 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.000005'; +our $VERSION = '1.000006'; # TRIAL our @EXPORT = qw($_tap);