skeleton config objects and loading
authorMatt S Trout <mst@shadowcat.co.uk>
Wed, 5 Jan 2011 06:07:16 +0000 (06:07 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Wed, 5 Jan 2011 06:07:16 +0000 (06:07 +0000)
commit73ebcfa821d6f8240aff4fe54c699732b026a7c4
tree8fdfd4084debba40882f721437bb764cbc941f55
skeleton config objects and loading
12 files changed:
lib/App/Clifton/BridgeConfig.pm [new file with mode: 0644]
lib/App/Clifton/BridgeConfig/IRC.pm [new file with mode: 0644]
lib/App/Clifton/BridgeConfig/Jabber.pm [new file with mode: 0644]
lib/App/Clifton/BridgeConfigSet.pm [new file with mode: 0644]
lib/App/Clifton/Config.pm [new file with mode: 0644]
lib/App/Clifton/ConfigLoader.pm [new file with mode: 0644]
lib/App/Clifton/Set.pm [new file with mode: 0644]
lib/App/Clifton/Types.pm [new file with mode: 0644]
lib/App/Clifton/UserConfig.pm [new file with mode: 0644]
lib/App/Clifton/UserConfigSet.pm [new file with mode: 0644]
t/load_config.t [new file with mode: 0644]
t/test.conf [new file with mode: 0644]