summaryrefslogtreecommitdiff
path: root/devel/p5-Config-General
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2003-05-14 14:44:32 +0000
committermjl <mjl@pkgsrc.org>2003-05-14 14:44:32 +0000
commit342e46bf64bd5c77d1b1e9efb34e05149e46e0de (patch)
tree2d7f15b44374f2dfc094476267832585e430359e /devel/p5-Config-General
parentec57a5f53e6b851da97a683b7264c230598dcdd8 (diff)
downloadpkgsrc-342e46bf64bd5c77d1b1e9efb34e05149e46e0de.tar.gz
Update p5-Config-General to 2.19
- forgot to import 'catfile' from File::Spec. Bug reported by various people. - applied patch by Peter Tandler <Peter.Tandler@ipsi.fhg.de> which adds a search-path feature for include files. - adds an auto launder capability to the module which makes it possible to use variables read by Config::General in a tainted perlscript (executed with -T) for open(), backtick calls or something which the taintmode considers to be dangerous. - fixed Bug #2325 (rt.cpan.org). The subs exported by File::Spec will now imported explicitly. - fixed warning about double my'ed variable $dummi, changed it to undef because it was unused anyway. - added File::Spec support which makes the modules more portable - fixes a bug in the Interpolate.pm submodule. A second variable, when immediately following the first, did not get interpolated, i.e. ${var1}${var2}.
Diffstat (limited to 'devel/p5-Config-General')
-rw-r--r--devel/p5-Config-General/Makefile4
-rw-r--r--devel/p5-Config-General/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Config-General/Makefile b/devel/p5-Config-General/Makefile
index b9e61593035..4e6b720a99b 100644
--- a/devel/p5-Config-General/Makefile
+++ b/devel/p5-Config-General/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/03/04 16:26:37 seb Exp $
+# $NetBSD: Makefile,v 1.2 2003/05/14 14:44:32 mjl Exp $
#
-DISTNAME= Config-General-2.15
+DISTNAME= Config-General-2.19
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cfg
CATEGORIES= devel perl5
diff --git a/devel/p5-Config-General/distinfo b/devel/p5-Config-General/distinfo
index 14fdda0244e..1d70a1b50ca 100644
--- a/devel/p5-Config-General/distinfo
+++ b/devel/p5-Config-General/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/03/04 16:26:37 seb Exp $
+$NetBSD: distinfo,v 1.2 2003/05/14 14:44:32 mjl Exp $
-SHA1 (Config-General-2.15.tar.gz) = f4ca3e455374937d5a18e974e81bb025f7b79d04
-Size (Config-General-2.15.tar.gz) = 32447 bytes
+SHA1 (Config-General-2.19.tar.gz) = 456a6133980828b8f4fecf7a58f3e47bb5322047
+Size (Config-General-2.19.tar.gz) = 33863 bytes