]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Be a little more precise about the get/clear problem
authorVincent Pit <vince@profvince.com>
Thu, 22 Jan 2009 10:57:15 +0000 (11:57 +0100)
committerVincent Pit <vince@profvince.com>
Thu, 22 Jan 2009 10:57:15 +0000 (11:57 +0100)
lib/Variable/Magic.pm

index 9261808b371f23b8da8d41585d5ca2f32528e1ac..52425fb565e5fa04f8da3fa9ec9c20560d14e99f 100644 (file)
@@ -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