Subject: CVS commit: pkgsrc/devel/p5-Config-General
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 05/14/2003 14:44:32
Module Name: pkgsrc
Committed By: mjl
Date: Wed May 14 14:44:32 UTC 2003
Modified Files:
pkgsrc/devel/p5-Config-General: Makefile distinfo
Log Message:
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}.
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Config-General/Makefile \
pkgsrc/devel/p5-Config-General/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.