Commit graph

5 commits

Author SHA1 Message Date
sketch
e27323598c Fix my email address. 2004-04-29 14:18:58 +00:00
minskim
fed27931a0 Bl3ify and enable pkgviews installation. 2004-04-25 04:10:21 +00:00
mjl
7e5a0f5144 Update p5-Config-General to 2.26
- fixed invalid regexp in _open()
 - fixed bug with not working -IncludeRelative setting when
   including a config file.
 - add the -BackslashEscape parameter to enable general escaping
   of special characters
 - added feature
   now block statements like this are allowed: "<directory blah/>"
 - fix a bug with the -Tie option, sub-hashes of named blocks were
   not properly created (in fact, not tied).
 - fixed bug in new() used $this instead of $self for empty
   hashref creation if no config file given.
2004-04-15 11:43:45 +00:00
mjl
342e46bf64 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}.
2003-05-14 14:44:32 +00:00
seb
cc90c727a2 Initial import of p5-Config-General version 2.15 in to the NetBSD Packages
Collection.

Provided in PR pkg/20501 by Jonathan Perkin
<sketch at rd dot bbc dot co dot uk>.

Config::General opens a config file and parses it's contents for
you. After parsing the module returns a hash structure which contains
the representation of the config file.

The format of config files supported by Config::General is inspired
by the well known apache config format, in fact, this module is
100% read-compatible to apache configs, but you can also just use
simple name/value pairs in your config files.
2003-03-04 16:26:37 +00:00