X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FClassAttribute%2FMeta%2FMethod%2FAccessor.pm;h=10b9cc52fc3102bf85726cd39b86e4f0fce578e2;hb=0cee5df4e6c398079ade79a540e683f5ecaf47c6;hp=3902ae1e721279807c45ffc0e800a03c75d25263;hpb=67e6eaa5fa77cffa4d1d7fb6c56c62470eddcd3e;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/lib/MooseX/ClassAttribute/Meta/Method/Accessor.pm b/lib/MooseX/ClassAttribute/Meta/Method/Accessor.pm index 3902ae1..10b9cc5 100644 --- a/lib/MooseX/ClassAttribute/Meta/Method/Accessor.pm +++ b/lib/MooseX/ClassAttribute/Meta/Method/Accessor.pm @@ -3,6 +3,8 @@ package MooseX::ClassAttribute::Meta::Method::Accessor; use strict; use warnings; +our $VERSION = '0.11'; + use namespace::autoclean; use Moose; @@ -114,6 +116,8 @@ sub _inline_get_old_value_for_trigger { 1; +__END__ + =pod =head1 NAME @@ -135,7 +139,7 @@ See L for details. =head1 COPYRIGHT & LICENSE -Copyright 2007-2008 Dave Rolsky, All Rights Reserved. +Copyright 2007-2010 Dave Rolsky, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.