[Bps-public-commit] Regexp-Common-net-CIDR branch, master, updated. 04e5b76e447bf703294b3061e5d00b983c2354fb
Shawn Moore
shawn at bestpractical.com
Wed Jun 3 16:22:37 EDT 2015
The branch, master has been updated
via 04e5b76e447bf703294b3061e5d00b983c2354fb (commit)
from 4c17243c0675c26a4b3235c55fc283b434c8d2be (commit)
Summary of changes:
META.yml | 2 +-
lib/Regexp/Common/net/CIDR.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 04e5b76e447bf703294b3061e5d00b983c2354fb
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Jun 3 16:19:57 2015 -0400
Bump to 0.03
diff --git a/META.yml b/META.yml
index cc01fb8..52a00ff 100644
--- a/META.yml
+++ b/META.yml
@@ -19,4 +19,4 @@ requires:
perl: 5.8.0
resources:
license: http://dev.perl.org/licenses/
-version: 0.02
+version: 0.03
diff --git a/lib/Regexp/Common/net/CIDR.pm b/lib/Regexp/Common/net/CIDR.pm
index cfd92e7..a97eae7 100644
--- a/lib/Regexp/Common/net/CIDR.pm
+++ b/lib/Regexp/Common/net/CIDR.pm
@@ -3,7 +3,7 @@ package Regexp::Common::net::CIDR;
use strict;
use warnings;
-our $VERSION = '0.02';
+our $VERSION = '0.03';
use Regexp::Common qw(pattern clean no_defaults);
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list