summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Load/Makefile
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2012-09-10 13:52:53 +0000
committersno <sno@pkgsrc.org>2012-09-10 13:52:53 +0000
commitbce7ce07ff78a75743b18dc84f9b1ad686b57b72 (patch)
tree898c806409c4420756dad4550a53c406e701588d /devel/p5-Class-Load/Makefile
parent08e25ae31df912fe3d0bb384bbda25801df1c301 (diff)
downloadpkgsrc-bce7ce07ff78a75743b18dc84f9b1ad686b57b72.tar.gz
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.
Diffstat (limited to 'devel/p5-Class-Load/Makefile')
-rw-r--r--devel/p5-Class-Load/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Class-Load/Makefile b/devel/p5-Class-Load/Makefile
index 536468cdfe2..cad2c7d9f12 100644
--- a/devel/p5-Class-Load/Makefile
+++ b/devel/p5-Class-Load/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2012/07/06 09:23:10 sno Exp $
+# $NetBSD: Makefile,v 1.9 2012/09/10 13:52:53 sno Exp $
-DISTNAME= Class-Load-0.19
+DISTNAME= Class-Load-0.20
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}