initial import of App::SCS code
authorMatt S Trout <mst@shadowcat.co.uk>
Tue, 31 Jul 2012 18:34:09 +0000 (18:34 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Tue, 31 Jul 2012 18:34:09 +0000 (18:34 +0000)
commit632f0e076b6f254788a987b6c43b8ad0093715f3
tree3134bff26d845abf22159cf05e2b8dcb62c2fe65
parent70e33db56a98549957c5eac0d807ab96aa9f6d4b
initial import of App::SCS code
15 files changed:
lib/App/SCS.pm [new file with mode: 0644]
lib/App/SCS/Page.pm [new file with mode: 0644]
lib/App/SCS/PageSet.pm [new file with mode: 0644]
lib/App/SCS/Plugin/Archives.pm [new file with mode: 0644]
lib/App/SCS/Plugin/Core.pm [new file with mode: 0644]
lib/App/SCS/Plugin/Core/PagePlugin/PageData.pm [new file with mode: 0644]
lib/App/SCS/Plugin/Core/PagePlugin/Template.pm [new file with mode: 0644]
lib/App/SCS/Plugin/Feeds.pm [new file with mode: 0644]
lib/App/SCS/Plugin/Feeds/Generator.pm [new file with mode: 0644]
lib/App/SCS/Role/PageChildren.pm [new file with mode: 0644]
lib/App/SCS/Role/PagePlugin.pm [new file with mode: 0644]
lib/App/SCS/Role/Plugin.pm [new file with mode: 0644]
lib/App/SCS/Role/WithConfig.pm [new file with mode: 0644]
lib/App/SCS/Web.pm [new file with mode: 0644]
t/01load.t [new file with mode: 0644]