summaryrefslogtreecommitdiff
path: root/cpan/parent
Commit message (Collapse)AuthorAgeFilesLines
* Suggest cause of error requiring .pm file.Paul Johnson2012-09-301-2/+2
| | | | | | | | | | | | | | | | Following on from a recent thread I've put together a patch to expand the error message when a module can't be loaded. With this patch, instead of: Can't locate Stuff/Of/Dreams.pm in @INC (@INC contains: ...) You get: Can't locate Stuff/Of/Dreams.pm in @INC (you may need to install the Stuff::Of::Dreams module) (@INC contains: ...) [The committer tweaked the error message, based on a suggestion by Tony Cook. See <https://rt.perl.org/rt3/Ticket/Display.html?id=115048#txn-1157750>.]
* Update parent to CPAN version 0.225Chris 'BinGOs' Williams2011-03-081-2/+2
| | | | | | | | | [DELTA] 0.225 20110308 . Applied a docpatch by Robin Barker to fix the documentation about the warning of inheriting from yourself. Fixes RT #66459
* Update parent to CPAN version 0.224Chris 'BinGOs' Williams2010-11-011-6/+6
| | | | | | | | | | | [DELTA] 0.224 20101031 . Change assignment @ISA = (@ISA, 'new::class') to use push @ISA, 'new::class' This should make class creation faster from 5.10 onwards and reverts a change made in 2.14. If this is critically slow for you and you can't upgrade your version of Perl, use the old way.
* Move parent from ext/ to cpan/Nicholas Clark2009-10-0213-0/+427