Version: 0.25, Package name: p5-Class-Load-0.25 |
Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
Description "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'". |
Filesize: 35.785 KB |
Version History (View Complete History) |
|
2020-07-03 15:46:09 by Stuart Henderson | Files touched by this commit (1723) |
Log message: bump for search.cpan.org->metacpan.org change |
2020-04-25 12:36:39 by Andrew Fresh | Files touched by this commit (4) |
Log message: Add some FIX_EXTRACT_PERMISSIONS |
2020-02-12 07:46:03 by Benoit Lecocq | Files touched by this commit (2) |
Log message: Update to p5-Class-Load-0.25. |
2019-07-12 14:45:17 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2017-04-28 10:27:30 by Benoit Lecocq | Files touched by this commit (2) |
Log message: Update to p5-Class-Load-0.24. |
2016-03-20 13:57:24 by Christian Weisgerber | Files touched by this commit (1617) |
Log message: Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate. |
2015-06-29 00:01:43 by Benoit Lecocq | Files touched by this commit (2) |
Log message: Update to p5-Class-Load-0.23. |
2014-11-18 06:02:08 by Benoit Lecocq | Files touched by this commit (2) |
Log message: Update to p5-Class-Load-0.22. ok ajacoutot@ |