bump copyright to 2010
[gitmo/MooseX-ClassAttribute.git] / lib / MooseX / ClassAttribute / Meta / Method / Accessor.pm
index 3902ae1..10b9cc5 100644 (file)
@@ -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<MooseX::ClassAttribute> 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.