]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - lib/Variable/Magic.pm
Be a little more precise about the get/clear problem
[perl/modules/Variable-Magic.git] / lib / Variable / Magic.pm
index 5eab1d36fd345b074e97f3eda61021c7ecc8a071..52425fb565e5fa04f8da3fa9ec9c20560d14e99f 100644 (file)
@@ -13,13 +13,13 @@ Variable::Magic - Associate user-defined magic to variables from Perl.
 
 =head1 VERSION
 
-Version 0.26
+Version 0.27
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.26';
+ $VERSION = '0.27';
 }
 
 =head1 SYNOPSIS
@@ -435,7 +435,7 @@ The only way to address this would be to return a reference.
 
 If you define a wizard with a C<free> callback and cast it on itself, this destructor won't be called because the wizard will be destroyed first.
 
-Using C<get> and C<clear> magics on hashes may cause segfaults.
+Using simultaneously C<get> and C<clear> magics on hashes may cause segfaults.
 
 =head1 DEPENDENCIES
 
@@ -477,7 +477,7 @@ Tests code coverage report is available at L<http://www.profvince.com/perl/cover
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2007-2008 Vincent Pit, all rights reserved.
+Copyright 2007-2009 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.