prep for release 0.001008 v0.001008
Karen Etheridge [Thu, 14 Jun 2012 18:22:17 +0000 (11:22 -0700)]
Changes
lib/MooseX/Types/Common.pm
lib/MooseX/Types/Common/Numeric.pm
lib/MooseX/Types/Common/String.pm

diff --git a/Changes b/Changes
index cf74a99..e2378fb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.001008 2012-06-14 11:29:50 PDT
   - Upper* and Lower* string types now accept non-alphabetic characters (Karen
     Etheridge)
 0.001007 2012-02-23 11:50EST
index 208b5a7..40a7851 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Carp qw/cluck/;
 
-our $VERSION = '0.001007';
+our $VERSION = '0.001008';
 
 sub import {
     my $package = shift;
index 57027ef..c195a68 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::Types::Common::Numeric;
 use strict;
 use warnings;
 
-our $VERSION = '0.001007';
+our $VERSION = '0.001008';
 
 use MooseX::Types -declare => [
   qw(PositiveNum PositiveOrZeroNum
index f557e39..0cee6f9 100644 (file)
@@ -3,7 +3,7 @@ package MooseX::Types::Common::String;
 use strict;
 use warnings;
 
-our $VERSION = '0.001007';
+our $VERSION = '0.001008';
 
 use MooseX::Types -declare => [
   qw(SimpleStr