Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#28113 - [perl] missed Class/ISA.pm core module

Attached to Project: Arch Linux
Opened by Alex (vizor) - Thursday, 26 January 2012, 11:33 GMT
Last edited by Florian Pritz (bluewind) - Saturday, 28 January 2012, 11:32 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Angel Velasquez (angvp)
Florian Pritz (bluewind)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
package perl doesn't contain core module Class::ISA

Additional info:
* package version(s) v5.14.2


Steps to reproduce:
> perl -e 'use Class::ISA;'
Can't locate Class/ISA.pm in @INC (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
This task depends upon

Closed by  Florian Pritz (bluewind)
Saturday, 28 January 2012, 11:32 GMT
Reason for closing:  Not a bug
Comment by Florian Pritz (bluewind) - Saturday, 28 January 2012, 11:32 GMT
perldoc perl5140delta states:
Removed Modules and Pragmata
As promised in Perl 5.12.0's release notes, the following modules have been removed from the core distribution,
and if needed should be installed from CPAN instead.

ยท Class::ISA has been removed from the Perl core. Prior version was 0.36.

[...]

Loading...