]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blobdiff - lib/Variable/Magic.pm
Importing Variable-Magic-0.12.tar.gz
[perl/modules/Variable-Magic.git] / lib / Variable / Magic.pm
index 6e767b969ec530fc01adc280f5cae420ad9ff1e1..dd41d05ac7c21de32a6b6377d153d6625d145489 100644 (file)
@@ -13,13 +13,13 @@ Variable::Magic - Associate user-defined magic to variables from Perl.
 
 =head1 VERSION
 
-Version 0.11
+Version 0.12
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.11';
+ $VERSION = '0.12';
 }
 
 =head1 SYNOPSIS
@@ -135,8 +135,12 @@ The places where magic is invoked have changed a bit through perl history. Here'
 
 =head2 B<5.10.0>
 
+=over 4
+
 =item Since C<PERL_MAGIC_uvar> is uppercased, C<hv_magic_check()> triggers 'copy' magic on hash stores for (non-tied) hashes that also have 'uvar' magic.
 
+=back
+
 =head1 CONSTANTS
 
 =head2 C<SIG_MIN>