Move View::TT to new repo layout.
authorFlorian Ragwitz <rafl@debian.org>
Sat, 27 Jun 2009 21:13:04 +0000 (21:13 +0000)
committerFlorian Ragwitz <rafl@debian.org>
Sat, 27 Jun 2009 21:13:04 +0000 (21:13 +0000)
commitfdf47cd1d5fb37768d526713fdc5760595dda308
tree8c96e4724dbdaf42ade4cd86eb61a17aa4e88d6d
parent1dbfde811e28e1e8d10ed1cd33491b21a7d655dc
Move View::TT to new repo layout.
28 files changed:
trunk/Changes [new file with mode: 0644]
trunk/MANIFEST.SKIP [new file with mode: 0644]
trunk/Makefile.PL [new file with mode: 0644]
trunk/lib/Catalyst/Helper/View/TT.pm [new file with mode: 0644]
trunk/lib/Catalyst/Helper/View/TTSite.pm [new file with mode: 0644]
trunk/lib/Catalyst/View/TT.pm [new file with mode: 0644]
trunk/t/01use.t [new file with mode: 0644]
trunk/t/02pod.t [new file with mode: 0644]
trunk/t/03podcoverage.t [new file with mode: 0644]
trunk/t/04pkgconfig.t [new file with mode: 0644]
trunk/t/05appconfig.t [new file with mode: 0644]
trunk/t/06includepath.t [new file with mode: 0644]
trunk/t/07render.t [new file with mode: 0644]
trunk/t/08cycle.t [new file with mode: 0644]
trunk/t/09providers.t [new file with mode: 0644]
trunk/t/10providers.encoding.t [new file with mode: 0644]
trunk/t/lib/TestApp.pm [new file with mode: 0755]
trunk/t/lib/TestApp/FauxProvider.pm [new file with mode: 0644]
trunk/t/lib/TestApp/View/TT/Appconfig.pm [new file with mode: 0755]
trunk/t/lib/TestApp/View/TT/Encoding.pm [new file with mode: 0644]
trunk/t/lib/TestApp/View/TT/Includepath.pm [new file with mode: 0644]
trunk/t/lib/TestApp/View/TT/Includepath2.pm [new file with mode: 0644]
trunk/t/lib/TestApp/View/TT/Includepath3.pm [new file with mode: 0644]
trunk/t/lib/TestApp/View/TT/Pkgconfig.pm [new file with mode: 0755]
trunk/t/lib/TestApp/View/TT/Providerconfig.pm [new file with mode: 0644]
trunk/t/lib/TestApp/root/specified_template.tt [new file with mode: 0644]
trunk/t/lib/TestApp/root/test.tt [new file with mode: 0644]
trunk/t/lib/TestApp/root/test_include_path/testpath.tt [new file with mode: 0644]