Commit graph

12 commits

Author SHA1 Message Date
wiz
047a7f787e Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00
asau
1685739ccc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
3184463075 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
94a5eb4201 Updating package for CPAN module Class::Load in devel/p5-Class-Load from
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-09-10 13:52:53 +00:00
sno
e18f6f3092 Updating package for Perl 5 module Class::Load in devel/p5-Class-Load
from 0.18 to 0.19.

Upstream changes:
0.19     2012-04-03
- No changes, reupload to fix indexing.
2012-07-06 09:23:10 +00:00
sno
f47ff8d35c Updating package for CPAN distribution Class::Load in devel/p5-Class-Load
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-03-08 10:03:42 +00:00
rhaen
22050676fc Updated to 0.13
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.
2012-02-01 19:12:11 +00:00
sno
0ff6c8dabf Updating package for CPAN module Class::Load for Perl programming language
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-11-15 19:26:56 +00:00
hiramatsu
f78f4b6cf7 Increment PKGREVISION for previous DEPENDS change. 2011-10-13 07:42:44 +00:00
hiramatsu
68e418de16 Add missing DEPENDS. 2011-10-13 07:32:04 +00:00
hiramatsu
1e9967ed85 Update p5-Class-Load to 0.11.
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-10-12 06:40:16 +00:00
abs
7e8e3bf0ad Added devel/p5-Class-Load version 0.08
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'.
2011-08-30 09:10:34 +00:00