Skip Menu |

This queue is for tickets about the Perl6-Export-Attrs CPAN distribution.

Report information
The Basics
Id: 16526
Status: new
Priority: 0/
Queue: Perl6-Export-Attrs

People
Owner: Nobody in particular
Requestors: srj [...] unc.edu
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.0.3
Fixed in: (no value)



Subject: Incompatible with Class:Std
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 Class::Std bug list.