updated pod + tests
authorBrian Cassidy <bricas@cpan.org>
Tue, 23 May 2006 12:59:48 +0000 (12:59 +0000)
committerBrian Cassidy <bricas@cpan.org>
Tue, 23 May 2006 12:59:48 +0000 (12:59 +0000)
commiteac30db5b361d325199e239152cac3310d56fb1e
treef89259bcb1aac9edea99694de183a5758115f5f6
parent1fa70df9db05a18f4c2f9f8394d9be9f419fe63c
updated pod + tests
19 files changed:
MANIFEST
lib/Catalyst/Plugin/ConfigLoader/INI.pm
lib/Catalyst/Plugin/ConfigLoader/JSON.pm
lib/Catalyst/Plugin/ConfigLoader/Perl.pm
lib/Catalyst/Plugin/ConfigLoader/YAML.pm
t/01-use.t
t/10-live_auto.t
t/50-general.t [new file with mode: 0644]
t/51-ini.t [new file with mode: 0644]
t/52-json.t [new file with mode: 0644]
t/53-perl.t [new file with mode: 0644]
t/54-xml.t [new file with mode: 0644]
t/55-yaml.t [new file with mode: 0644]
t/conf/conf.general [new file with mode: 0644]
t/conf/conf.ini [new file with mode: 0644]
t/conf/conf.json [new file with mode: 0644]
t/conf/conf.pl [new file with mode: 0644]
t/conf/conf.xml [new file with mode: 0644]
t/conf/conf.yml [new file with mode: 0644]