Branch for converting to Moose / refactoring some of the code.
authorTomas Doran <bobtfish@bobtfish.net>
Thu, 23 Jul 2009 14:39:57 +0000 (14:39 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Thu, 23 Jul 2009 14:39:57 +0000 (14:39 +0000)
commitc8288f5daf27cd2671b794742ef4127dd54b5910
treed118aacfb522a73eedc73c034a4d82a3312480fc
parente1f17660cd0575c3d6376d13771ac2d2431aebb7
Branch for converting to Moose / refactoring some of the code.
28 files changed:
branches/moose/Changes [new file with mode: 0644]
branches/moose/MANIFEST.SKIP [new file with mode: 0644]
branches/moose/Makefile.PL [new file with mode: 0644]
branches/moose/lib/Catalyst/Helper/View/TT.pm [new file with mode: 0644]
branches/moose/lib/Catalyst/Helper/View/TTSite.pm [new file with mode: 0644]
branches/moose/lib/Catalyst/View/TT.pm [new file with mode: 0644]
branches/moose/t/01use.t [new file with mode: 0644]
branches/moose/t/02pod.t [new file with mode: 0644]
branches/moose/t/03podcoverage.t [new file with mode: 0644]
branches/moose/t/04pkgconfig.t [new file with mode: 0644]
branches/moose/t/05appconfig.t [new file with mode: 0644]
branches/moose/t/06includepath.t [new file with mode: 0644]
branches/moose/t/07render.t [new file with mode: 0644]
branches/moose/t/08cycle.t [new file with mode: 0644]
branches/moose/t/09providers.t [new file with mode: 0644]
branches/moose/t/10providers.encoding.t [new file with mode: 0644]
branches/moose/t/lib/TestApp.pm [new file with mode: 0755]
branches/moose/t/lib/TestApp/FauxProvider.pm [new file with mode: 0644]
branches/moose/t/lib/TestApp/View/TT/Appconfig.pm [new file with mode: 0755]
branches/moose/t/lib/TestApp/View/TT/Encoding.pm [new file with mode: 0644]
branches/moose/t/lib/TestApp/View/TT/Includepath.pm [new file with mode: 0644]
branches/moose/t/lib/TestApp/View/TT/Includepath2.pm [new file with mode: 0644]
branches/moose/t/lib/TestApp/View/TT/Includepath3.pm [new file with mode: 0644]
branches/moose/t/lib/TestApp/View/TT/Pkgconfig.pm [new file with mode: 0755]
branches/moose/t/lib/TestApp/View/TT/Providerconfig.pm [new file with mode: 0644]
branches/moose/t/lib/TestApp/root/specified_template.tt [new file with mode: 0644]
branches/moose/t/lib/TestApp/root/test.tt [new file with mode: 0644]
branches/moose/t/lib/TestApp/root/test_include_path/testpath.tt [new file with mode: 0644]