summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Load
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2018-06-18Update to 0.25wen2-8/+7
Upstream changes: 0.25 2018-06-10 20:55:10Z - merged required and recommended Data::OptList version prerequisite, to work around CPAN.pm bug (RT#123447)
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2017-04-14Updated devel/p5-Class-Load to 0.24mef2-8/+8
----------------------------------- 0.24 2017-04-10 21:12:31Z - fix test to handle altered Test::Without::Module exception message (PR#2, Paul Howarth)
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-06Update to 0.23:wiz2-8/+6
0.23 2015-06-25 - remove use of namespace::clean
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-09-06Update to 0.22. Add a missing dependency.wiz2-6/+7
0.22 2014-08-16 - document some of the caveats to using this module, and refer to Module::Runtime as an alternative
2014-06-09Update to 0.21. From the changelog:schmonz2-7/+6
- repository moved to the github moose organization
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-09-10Updating package for CPAN module Class::Load in devel/p5-Class-Load fromsno2-6/+6
0.19 (spring one) to 0.20. upstream changes (note duplicate 0.19 versions) since 0.18: 0.20 2012-07-15 - Same as the most recently 0.19, but with a new version. 0.19 2012-07-15 - Uploaded by Dave Rolsky, not realizing 0.19 was already used - The load_class() subroutine now returns the class name on success. Requested by Caleb Cushing. RT #76931. - Exceptions and errors from Class::Load no longer contain references to line numbers in Class::Load or Module::Runtime. This applies to exceptions thrown by load_class, load_first_existing_class, and load_optional_class, as well as the error returned by try_load_class. - Exceptions are now croaked properly so they appear to come from the calling code, not from an internal subroutine. This makes the exceptions look more like the ones thrown by Perl's require. RT #68663. 0.19 2012-04-03 - Uploaded by doy (Jesse Luehrs) - No changes, reupload to fix indexing.
2012-07-06Updating package for Perl 5 module Class::Load in devel/p5-Class-Loadsno2-6/+6
from 0.18 to 0.19. Upstream changes: 0.19 2012-04-03 - No changes, reupload to fix indexing.
2012-03-08Updating package for CPAN distribution Class::Load in devel/p5-Class-Loadsno2-7/+9
from 0.13 to 0.18. pkgsrc changes: - adjusting dependencies according to distribution meta information Upstream changes: 0.18 2012-02-18 - Require Package::Stash 0.14+. Fixes RT #75095. Reported by Zefram. 0.17 2012-02-12 - A bug in Class::Load caused test failures when Module::Runtime 0.012 was used with Perl 5.8.x. Reported by Zefram. RT #74897. ( Jesse Luehrs ) 0.16 2012-02-12 - Require Module::Runtime 0.012, which has a number of useful bug fixes. 0.15 2012-02-08 - Small test changes to accomodate latest version of Module::Implementation. There's no need to upgrade if you're already using 0.14 0.14 2012-02-06 - Use Module::Implementation to handle loading the XS or PP versions of the code. Using this module fixes a few bugs. - Under taint mode, setting an implementation in the CLASS_LOAD_IMPLEMENTATION env var caused a taint error. - An invalid value in the CLASS_LOAD_IMPLEMENTATION env var is now detected and reported immediately. No attempt is made to load an invalid implementation.
2012-02-01Updated to 0.13rhaen2-6/+6
Changes: 0.13 2011-12-22 - Fix some bugs with our use of Try::Tiny. This could cause warnings on some systems with Class::Load::XS wasn't installed. Fixes RT #72345.
2011-11-15Updating package for CPAN module Class::Load for Perl programming languagesno2-8/+9
in devel/p5-Class-Load from 0.11nb1 to 0.12. pkgsrc changes: - adjust dependencies according to module information Upstream changes: 0.12 2011-10-25 - Depend on Module::Runtime 0.011+. This fixes problems with Catalyst under Perl 5.8 and 5.10.
2011-10-13Increment PKGREVISION for previous DEPENDS change.hiramatsu1-1/+2
2011-10-13Add missing DEPENDS.hiramatsu1-1/+6
2011-10-12Update p5-Class-Load to 0.11.hiramatsu2-6/+6
Changes from previous: 0.11 2011-10-04 - Don't accept package names that start with a digit. ( Jesse Luehrs ) - Rewrote some of the guts to use Module::Runtime, rather than reimplementing its functionality. ( Jesse Luehrs ) 0.10 2011-09-06 - Make sure the $@ localization doesn't hide errors - invalid module name errors were being suppressed on perls before 5.14. ( Jesse Luehrs ) 0.09 2011-09-05 - Fix is_class_loaded to ignore $ISA (but still look for @ISA) when trying to determine whether a class is loaded. ( Jesse Luehrs ) - Lots of internals cleanup. ( Jesse Luehrs )
2011-08-30Added devel/p5-Class-Load version 0.08abs3-0/+37
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'.