]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - lib/Variable/Magic.pm
This is 0.45
[perl/modules/Variable-Magic.git] / lib / Variable / Magic.pm
index 48278de5c8db760cf8ac40b5c7dc96b1c2ae9ce2..1716f426d5863e1266a2be241a6404e29c430a1d 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).