Merge from vendor branch TNF:
authorabs <abs>
Tue, 30 Aug 2011 09:10:34 +0000 (09:10 +0000)
committerabs <abs>
Tue, 30 Aug 2011 09:10:34 +0000 (09:10 +0000)
commit8345b25aec736a914a4733f3d44769fafedcbf6e
tree644a4a0dac023f421e12ff06cac3336328f30983
parente0ab66301e22f419624c66de6cea547f9541b5ff
parent578d793cbaa5bd54da78dd6ca167165f2a5eedd7
Merge from vendor branch TNF:
Added devel/p5-Class-Load version 0.08

require EXPR only accepts Class/Name.pm style module names, not
Class::Name. 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'.