Subject: | Incompatible with Perl6::Export::Attrs |
Using Perl 5.8.6, Class::Std 0.0.4, Perl6::Export::Attrs 0.0.3, on Mac OS X 10.4.3.
Simplest repeatable code generating the error:
perl -e 'use Class::Std; use Perl6::Export::Attrs;'
Results in:
Subroutine main::MODIFY_CODE_ATTRIBUTES redefined at /Library/Perl/5.8.6/Perl6/Export/Attrs.pm line 14.
Inverting the order of the use statements results in:
Subroutine main::MODIFY_CODE_ATTRIBUTES redefined at /Library/Perl/5.8.6/Class/Std.pm line 30.
Also reported to Perl6::Export::Attrs bug list.