X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FAutobox%2FScalar.pm;h=44d11fedcfe959155ad7bcf4ca5f7b932f821b2d;hb=5efb68850fc9b03ac65edb4cc3debc14d1050bdd;hp=6ebb9fe2c115f196bbcf946ca6fb4f4bf3246c1b;hpb=8b14b072ae9ab7d0786cdde1d97d743efbe414eb;p=gitmo%2FMoose-Autobox.git diff --git a/lib/Moose/Autobox/Scalar.pm b/lib/Moose/Autobox/Scalar.pm index 6ebb9fe..44d11fe 100644 --- a/lib/Moose/Autobox/Scalar.pm +++ b/lib/Moose/Autobox/Scalar.pm @@ -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 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