license => 'perl',
requires => {
'autobox' => '1.03',
- 'Moose' => '0.35',
- 'Perl6::Junction' => '1.10',
+ 'Moose' => '0.34',
+ 'Perl6::Junction' => '1.22',
},
optional => {
},
Revision history for Perl extension Moose::Autobox
-0.06
+0.06 Tues. Jan. 22, 2008
+ ~~ updated copyright dates & some docs ~~
+
* Moose::Autobox
- fixed role application code to follow the new
- Moose::Util based API, upped the Moose version
- dependency.
+ Moose::Util based API
+
+ - upped the Moose version dependency
+ - upped the autobox version dependency
0.05 Sun. Aug. 5, 2007
* Moose::Autobox
-Moose::Autobox version 0.05
+Moose::Autobox version 0.06
===========================
See the individual module documentation for more information
COPYRIGHT AND LICENCE
-Copyright (C) 2006-2007 Infinity Interactive, Inc.
+Copyright (C) 2006-2008 Infinity Interactive, Inc.
http://www.iinteractive.com
use Carp qw(confess);
use Scalar::Util ();
+use Moose::Util ();
our $VERSION = '0.06';
=head1 NAME
-Moose::Autobox - Ruby ain't got nothin on us
+Moose::Autobox - Autoboxed wrappers for Native Perl datatypes
=head1 SYNOPOSIS
print 'Print squares from 1 to 10 : ';
print [ 1 .. 10 ]->map(sub { $_ * $_ })->join(', ');
-=head1 CAVEAT
-
-First, a warning.
-
-This module is very very very very very very very experimental. It
-makes use of a very experimental module (L<autobox>) and uses some
-shiney new technology (L<Moose::Role>) to accomplish it's goals.
-
-Use this at your own risk. If it breaks the lamp in the living room
-and your mother yells at you, don't come complaining to me.
-
-Also, as this is so experimental, it's API should not be considered
-to be stable. It could very well change in radical ways.
-
=head1 DESCRIPTION
Moose::Autobox provides an implementation of SCALAR, ARRAY, HASH
=head2 Is this for real? or just play?
-My intent is to try and make this module as production worthy as
-possible. This may or may not be possible, depending on how well
-L<autobox> works out. At this point, I have high hopes for things
-but only time (and more tests and code) will tell.
+Several people are using this module in serious applications and
+it seems to be quite stable. The underlying technologies of L<autobox>
+and L<Moose::Role> are also considered stable. There is some performance
+hit, but as I am fond of saying, nothing in life is free. If you have
+any questions regarding this module, either email me, or stop by #moose
+on irc.perl.org and ask around.
=head1 METHODS
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>
=head1 COPYRIGHT AND LICENSE
-Copyright 2006-2007 by Infinity Interactive, Inc.
+Copyright 2006-2008 by Infinity Interactive, Inc.
L<http://www.iinteractive.com>