| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Apr 2012 16:13:23
0.19
|
az  |
Update to version 0.19
Changes: No changes |
20 Feb 2012 11:11:49
0.18
|
az  |
Update to 0.18
PR: ports/165081 (based on)
Submitted by: sunpoet
Feature safe: yes |
09 Feb 2012 02:34:08
0.15
|
sunpoet  |
- Update to 0.15
- Sort *_DEPENDS
Changes: http://search.cpan.org/dist/Class-Load/Changes
PR: ports/164897
Submitted by: sunpoet (myself)
Approved by: az (maintainer, via mail) |
06 Jan 2012 18:48:08
0.13
|
az  |
- Update to 0.13 |
30 Oct 2011 18:16:15
0.12
|
az  |
- Update to 0.12
PR: ports/162032
Submitted by: sunpoet@FreeBSD.org |
09 Oct 2011 17:58:24
0.11
|
az  |
Update to 0.11 |
08 Sep 2011 06:30:33
0.10
|
az  |
Update to 0.10 |
21 Aug 2011 10:21:38
0.08
|
az  |
- Update to 0.08
- Add missed dep (reported by Matthew Seaman) |
17 Aug 2011 05:28:35
0.07
|
az  |
Update to 0.07 |
12 Feb 2011 09:30:23
0.06
|
az  |
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.
No functional changes.
Sponsored by: p5 namespace |
19 Dec 2010 13:31:27
0.06
|
az  |
Update to 0.06 |
24 Sep 2010 02:03:44
0.05
|
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
16 Oct 2009 07:28:20
0.05
|
az  |
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'. |