Revision history for Perl extension Moose::Autobox
+0.13 Wed Aug 29 09:56:58 EDT 2012
+ - switch from Perl6::Junction to Syntax::Keyword::Junction (rjbs)
+
0.12 Tue. Mar 20, 2012
- replace "use base" with "use parent"
use Scalar::Util ();
use Moose::Util ();
-our $VERSION = '0.12';
+our $VERSION = '0.13';
use parent 'autobox';
use Syntax::Keyword::Junction::None ();
use Syntax::Keyword::Junction::One ();
-our $VERSION = '0.12';
+our $VERSION = '0.13';
with 'Moose::Autobox::Ref',
'Moose::Autobox::List',
use Moose::Role 'with';
use Moose::Autobox;
-our $VERSION = '0.12';
+our $VERSION = '0.13';
with 'Moose::Autobox::Ref';
package Moose::Autobox::Defined;
use Moose::Role 'with';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
with 'Moose::Autobox::Item';
package Moose::Autobox::Hash;
use Moose::Role 'with';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
with 'Moose::Autobox::Ref',
'Moose::Autobox::Indexed';
package Moose::Autobox::Indexed;
use Moose::Role 'requires';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
requires 'at';
requires 'put';
package Moose::Autobox::Item;
use Moose::Role 'requires';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
requires 'defined';
use Moose::Role 'with', 'requires';
use Moose::Autobox;
-our $VERSION = '0.12';
+our $VERSION = '0.13';
with 'Moose::Autobox::Value';
package Moose::Autobox::Number;
use Moose::Role;
-our $VERSION = '0.12';
+our $VERSION = '0.13';
with 'Moose::Autobox::Value';
package Moose::Autobox::Ref;
use Moose::Role 'with';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
with 'Moose::Autobox::Defined';
package Moose::Autobox::Scalar;
use Moose::Role 'with';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
with 'Moose::Autobox::String',
'Moose::Autobox::Number';
package Moose::Autobox::String;
use Moose::Role;
-our $VERSION = '0.12';
+our $VERSION = '0.13';
with 'Moose::Autobox::Value';
package Moose::Autobox::Undef;
use Moose::Role 'with';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
with 'Moose::Autobox::Item';
package Moose::Autobox::Value;
use Moose::Role 'with';
-our $VERSION = '0.12';
+our $VERSION = '0.13';
with 'Moose::Autobox::Defined';