bump version
[gitmo/Moose-Autobox.git] / lib / Moose / Autobox / Scalar.pm
index 6ebb9fe..44d11fe 100644 (file)
@@ -1,7 +1,7 @@
 package Moose::Autobox::Scalar;
 use Moose::Role 'with';
 
-our $VERSION = '0.10';
+our $VERSION = '0.14';
 
 with 'Moose::Autobox::String',
      'Moose::Autobox::Number';     
@@ -45,8 +45,6 @@ Flattening a scalar just returns the scalar.  This means that you can say:
   # Given $input of 5, @array is (5);
   # Given $input of [ 5, 2, 0], @array is (5, 2, 0)
 
-=back
-
 =item B<first>
 
 As per flatten.
@@ -55,6 +53,8 @@ As per flatten.
 
 As per flatten.
 
+=back
+
 =head1 BUGS
 
 All complex software has bugs lurking in it, and this module is no