X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FPurePerl.pm;h=db2bf6239d2be7f122983fc87ae37449d3084a15;hb=1038bfa9e8a49b9c9f9ce872c46800f9590da8ed;hp=535ec983d27f794ae67d036735b5de31eaf82e9a;hpb=7e0e6837dcef39d945629cb04d5f4d7619b08034;p=gitmo%2FMouse.git diff --git a/lib/Mouse/PurePerl.pm b/lib/Mouse/PurePerl.pm index 535ec98..db2bf62 100644 --- a/lib/Mouse/PurePerl.pm +++ b/lib/Mouse/PurePerl.pm @@ -482,6 +482,7 @@ sub should_auto_deref { $_[0]->{auto_deref} } sub should_coerce { $_[0]->{coerce} } sub documentation { $_[0]->{documentation} } +sub insertion_order { $_[0]->{insertion_order} } # predicates @@ -778,7 +779,7 @@ Mouse::PurePerl - A Mouse guts in pure Perl =head1 VERSION -This document describes Mouse version 0.63 +This document describes Mouse version 0.65 =head1 SEE ALSO