summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-02-02 00:12:35 -0500
committerdoy <doy@tozt.net>2009-02-02 00:12:35 -0500
commitfdaa712e888a12c15f819c3415c2944122ee16ef (patch)
tree4815875666e17028dae09e6ef872d59f12c94906
parenta490bb2f4cc2495b9f00fdd33e022cf7592079a2 (diff)
downloadmoosex-role-matcher-fdaa712e888a12c15f819c3415c2944122ee16ef.tar.gz
moosex-role-matcher-fdaa712e888a12c15f819c3415c2944122ee16ef.zip
version bump in prep for 0.03 release
-rw-r--r--dist.ini2
-rw-r--r--lib/MooseX/Role/Matcher.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist.ini b/dist.ini
index 389e3e6..9f67214 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = MooseX-Role-Matcher
-version = 0.02
+version = 0.03
author = Jesse Luehrs <doy at tozt dot net>
license = Perl_5
copyright_holder = Jesse Luehrs
diff --git a/lib/MooseX/Role/Matcher.pm b/lib/MooseX/Role/Matcher.pm
index 765faa1..d02717c 100644
--- a/lib/MooseX/Role/Matcher.pm
+++ b/lib/MooseX/Role/Matcher.pm
@@ -11,7 +11,7 @@ MooseX::Role::Matcher - generic object matching based on attributes and methods
=head1 VERSION
-version 0.02
+version 0.03
=head1 SYNOPSIS