Commit graph

8 commits

Author SHA1 Message Date
seb
70a6c0b41a Update from version 0.17 to version 0.18.
Upstream changes:
0.18 Mon 16 Nov 2009
    - ensure XML loader's _coerce() method checks specifically for HASH refs
    - add YAML::XS to the top of the YAML loaders list
2009-11-22 12:10:51 +00:00
rillig
ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00
sno
77f8f7fdc8 Module::Pluggable is a core module since perl-5.10 -> Updating dependency 2009-04-24 08:17:24 +00:00
seb
c2586d3169 Update from version 0.16 to version 0.17.
Upstream changes:
0.17 Thu 05 Feb 2009
    - ensure require() happens against plugin specified in force_plugins.
    - add JSON::XS to the top of the JSON loaders list
2009-02-08 13:41:59 +00:00
he
f053b3c249 Update from version 0.14nb1 to 0.16.
Upstream changes:

0.16 Mon 17 Nov 2008
    - fix up branches test which did not handle the errors thrown by
      changes from the last release (RT #40948)
    - fix up error message for "any of" (RT #40972)

0.15 Wed 12 Nov 2008
    - when use_ext is true, we will check to see if there are no supported
      modules for a particular file. instead of the file being skipped, an
      error will be thrown (RT #38927).
    - also, when use_ext is true, a fatal error will be thrown if there are
      no loaders available that understand the file extension.
    - officially support multiple loaders per extension
    - add a Config::Any::Base for all loaders to inherit from, plus add
      a new dependency mechanism: requires_any_of() and requires_all_of().
    - filter out loaders that don't inherit from Config::Any::Base (RT #40830)
2008-12-20 20:26:10 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
he
9778ca11a1 Update from version 0.12 to 0.14. Changes:
0.14 Wed 06 Aug 2008
    - skip xml failure tests if XML::LibXML < 1.59 is installed, it seems
      to parse anything you throw at it (Matt S. Trout)

0.13 Tue 05 Aug 2008
    - show actual parse error when parse fails (Marcus Ramberg)
    - ensure Config::Tiny parse errors are trapped
    - added tests for each format to ensure they throw parse errors
    - added a caveat regarding XML::Simple's strict mode (Peter Corlett)
    - added a flatten_to_hash option to return a simple key-value hashref
      instead of the default "arrayref of hashrefs" (Pedro Figueiredo)
2008-08-11 12:04:46 +00:00
abs
111c37cf1b Added devel/p5-Config-Any version 0.12
Load configuration from different file formats, transparently
2008-07-14 09:23:49 +00:00