non port: devel/p5-Class-Load/pkg-plist |
SVNWeb
|
Number of commits found: 7 |
Tue, 17 Feb 2015
|
[ 14:36 adamw ]
Update to 0.22, and sort plist.
New dependency on p5-namespace-clean in this version.
Changes: https://metacpan.org/changes/distribution/Class-Load
PR: 197725
Approved by: az (maintainer)
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Mon, 27 Oct 2014
|
[ 10:55 bapt ] (Only the first 10 of 1732 ports in this commit are shown above. )
Cleanup plist
|
Sun, 15 Dec 2013
|
[ 08:55 az ] (Only the first 10 of 17 ports in this commit are shown above. )
- add stage support
- pet portlint
|
Wed, 17 Aug 2011
|
[ 05:28 az ]
Update to 0.07
|
Fri, 24 Sep 2010
|
[ 02:03 pgollucci ] (Only the first 10 of 544 ports in this commit are shown above. )
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@
|
Fri, 16 Oct 2009
|
[ 07:28 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'.
|
Number of commits found: 7 |