]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - lib/Variable/Magic.pm
Bump copyright year
[perl/modules/Variable-Magic.git] / lib / Variable / Magic.pm
index 48278de5c8db760cf8ac40b5c7dc96b1c2ae9ce2..129da7c89ec4322b10a113e46c20c7524a06af97 100644 (file)
@@ -11,13 +11,13 @@ Variable::Magic - Associate user-defined magic to variables from Perl.
 
 =head1 VERSION
 
-Version 0.44
+Version 0.45
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.44';
+ $VERSION = '0.45';
 }
 
 =head1 SYNOPSIS
@@ -609,7 +609,7 @@ In order to define magic on hash members, you need at least L<perl> 5.10.0 (see
 L<perl> 5.8.
 
 A C compiler.
-This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made about this.
+This module may happen to build with a C++ compiler as well, but don't rely on it, as no guarantee is made in this regard.
 
 L<Carp> (standard since perl 5), L<XSLoader> (standard since perl 5.006).
 
@@ -647,7 +647,7 @@ Tests code coverage report is available at L<http://www.profvince.com/perl/cover
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2007,2008,2009,2010 Vincent Pit, all rights reserved.
+Copyright 2007,2008,2009,2010,2011 Vincent Pit, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.