aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Load
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.11Andrej Zverev2011-10-092-3/+4
| | | | Notes: svn path=/head/; revision=283259
* Update to 0.10Andrej Zverev2011-09-082-4/+8
| | | | Notes: svn path=/head/; revision=281426
* - Update to 0.08Andrej Zverev2011-08-212-3/+9
| | | | | | | - Add missed dep (reported by Matthew Seaman) Notes: svn path=/head/; revision=280116
* Update to 0.07Andrej Zverev2011-08-173-3/+5
| | | | Notes: svn path=/head/; revision=279880
* Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.Andrej Zverev2011-02-121-1/+1
| | | | | | | | | No functional changes. Sponsored by: p5 namespace Notes: svn path=/head/; revision=268973
* Update to 0.06Andrej Zverev2010-12-192-4/+3
| | | | Notes: svn path=/head/; revision=266588
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* require EXPR only accepts Class/Name.pm style module names, not Class::Name.Andrej Zverev2009-10-164-0/+41
How frustrating! For that, we provide load_class 'Class::Name'. It's often useful to test whether a module can be loaded, instead of throwing an error when it's not available. For that, we provide try_load_class 'Class::Name'. Finally, sometimes we need to know whether a particular class has been loaded. Asking %INC is an option, but that will miss inner packages and any class for which the filename does not correspond to the package name. For that, we provide is_class_loaded 'Class::Name'. Notes: svn path=/head/; revision=242908