]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Minor POD fix
authorVincent Pit <vince@profvince.com>
Sat, 24 Jan 2009 19:17:03 +0000 (20:17 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 24 Jan 2009 19:17:03 +0000 (20:17 +0100)
lib/Variable/Magic.pm

index 19ba55f68748ffaadf2620854187de321e629f15..aa7ee22136d71a0c31849f6a0dafed9f9d761431 100644 (file)
@@ -325,21 +325,21 @@ Other arguments are specific to the magic hooked :
 
 =over 8
 
-=item -
+=item *
 
 C<len>
 
 When the variable is an array, C<$_[2]> contains the normal length.
 The callback is also expected to return the new scalar or array length.
 
-=item -
+=item *
 
 C<copy>
 
 C<$_[2]> is a either a copy or an alias of the current key, which means that it is useless to try to change or cast magic on it.
 C<$_[3]> is an alias to the current element (i.e. the value).
 
-=item -
+=item *
 
 C<fetch>, C<store>, C<exists> and C<delete>