Re-reading the documentation, Perl 5.8.x still uses the pseudo-hash implementation, so I guess you will have to temporarily switch off the warnings for that section of code:
my $self = do { no warnings 'deprecated'; fields::new($class); };
In reply to Re^3: use fields;
by Corion
in thread use fields;
by nite_man
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |