738e FreshPorts -- devel/p5-Class-Load
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Class-Load 0.20 devel on this many watch lists=15 search for ports that depend on this port
A working (require Class::Name) and more
Maintained by: az@FreeBSD.org search for ports maintained by this maintainer
Port Added: 16 Oct 2009 07:29:01
Also Listed In: perl5
License: ART10 GPLv1


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'.

WWW:	http://search.cpan.org/dist/Class-Load/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Data-OptList
  2. devel/p5-Module-Implementation
  3. devel/p5-Module-Runtime
  4. devel/p5-Package-Stash
  5. lang/p5-Try-Tiny
  6. lang/perl5.12
Required To Run:
  1. devel/p5-Data-OptList
  2. devel/p5-Module-Implementation
  3. devel/p5-Module-Runtime
  4. devel/p5-Package-Stash
  5. lang/p5-Try-Tiny
  6. lang/perl5.12

This port is required by:

for Build for Run

To install the port: cd /usr/ports/devel/p5-Class-Load/ && make install clean
To add the package: pkg_add -r p5-Class-Load


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Class/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Class/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Class/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Class/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Class/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Class/
  8. ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Class/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Class/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Class/
  11. http://at.cpan.org/modules/by-module/Class/
  12. http://backpan.perl.org/modules/by-module/Class/
  13. http://cpan.nctu.edu.tw/modules/by-module/Class/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Class/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Class/
  16. http://www.cpan.dk/modules/by-module/Class/
  17. http://www.cpan.dk/modules/by-module/Class/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Sep 2012 17:47:12
Original commit files touched by this commit  0.20
az search for other commits by this committer
- Update to 0.20
14 Apr 2012 16:13:23
Original commit files touched by this commit  0.19
az search for other commits by this committer
Update to version 0.19

Changes: No changes
20 Feb 2012 11:11:49
Original commit files touched by this commit  0.18
az search for other commits by this committer
Update to 0.18

PR:             ports/165081 (based on)
Submitted by:   sunpoet
Feature safe:   yes
09 Feb 2012 02:34:08
Original commit files touched by this commit  0.15
sunpoet search for other commits by this committer
- 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
Original commit files touched by this commit  0.13
az search for other commits by this committer
- Update to 0.13
30 Oct 2011 18:16:15
Original commit files touched by this commit  0.12
az search for other commits by this committer
- Update to 0.12

PR:             ports/162032
Submitted by:   sunpoet@FreeBSD.org
09 Oct 2011 17:58:24
Original commit files touched by this commit  0.11
az search for other commits by this committer
Update to 0.11
08 Sep 2011 06:30:33
Original commit files touched by this commit  0.10
az search for other commits by this committer
Update to 0.10
21 Aug 2011 10:21:38
Original commit files touched by this commit  0.08
az search for other commits by this committer
- Update to 0.08
- Add missed dep (reported by Matthew Seaman)
17 Aug 2011 05:28:35
Original commit files touched by this commit  0.07
az search for other commits by this committer
Update to 0.07
12 Feb 2011 09:30:23
Original commit files touched by this commit  0.06
az search for other commits by this committer
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
Original commit files touched by this commit  0.06
az search for other commits by this committer
Update to 0.06
24 Sep 2010 02:03:44
Original commit files touched by this commit  0.05
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
16 Oct 2009 07:28:20
Original commit files touched by this commit  0.05
az search for other commits by this committer
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: 14

28bb
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24572
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 6
new 48 hours13
new 7 days33
new fortnight85
new month177

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0