Initial import of Config::Any (refactored from Catalyst::Plugin::ConfigLoader), and...
authorJoel Bernstein <joel@fysh.org>
Wed, 9 Aug 2006 16:57:11 +0000 (16:57 +0000)
committerJoel Bernstein <joel@fysh.org>
Wed, 9 Aug 2006 16:57:11 +0000 (16:57 +0000)
commitc80a0905834ed09d487b84d7a00a3e92e44bbb62
treec2f4ffbcf45dd7796e610f8712537931c9e75a39
parent221baba75d0a2decf1f4f4ff3e4b1ba0f64b2f71
Initial import of Config::Any (refactored from Catalyst::Plugin::ConfigLoader), and rewrite of C::P::CL to use C::A
15 files changed:
Build.PL [new file with mode: 0644]
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
README [new file with mode: 0644]
lib/Config/Any.pm [new file with mode: 0644]
lib/Config/Any/General.pm [new file with mode: 0644]
lib/Config/Any/INI.pm [new file with mode: 0644]
lib/Config/Any/JSON.pm [new file with mode: 0644]
lib/Config/Any/Perl.pm [new file with mode: 0644]
lib/Config/Any/XML.pm [new file with mode: 0644]
lib/Config/Any/YAML.pm [new file with mode: 0644]
t/00.load.t [new file with mode: 0644]
t/perlcritic.t [new file with mode: 0644]
t/pod-coverage.t [new file with mode: 0644]
t/pod.t [new file with mode: 0644]