Rename to Catalyst-View-Component-SubInclude
authornilson <nilson@cd71ea22-0ebb-dd11-bfe3-000c2965f410>
Fri, 30 Jan 2009 18:23:15 +0000 (18:23 +0000)
committernilson <nilson@cd71ea22-0ebb-dd11-bfe3-000c2965f410>
Fri, 30 Jan 2009 18:23:15 +0000 (18:23 +0000)
commiteb99eb06c57d8c812cb929c489710704a2198d6b
tree6aa75c51cb911810a7bbca1ae8144ce6b443082a
Rename to Catalyst-View-Component-SubInclude
17 files changed:
Makefile.PL [new file with mode: 0644]
lib/Catalyst/View/Component/SubInclude.pm [new file with mode: 0644]
lib/Catalyst/View/Component/SubInclude/ESI.pm [new file with mode: 0644]
lib/Catalyst/View/Component/SubInclude/SubRequest.pm [new file with mode: 0644]
t/ESITest/Makefile.PL [new file with mode: 0644]
t/ESITest/esitest.conf [new file with mode: 0644]
t/ESITest/lib/ESITest.pm [new file with mode: 0644]
t/ESITest/lib/ESITest/Controller/Root.pm [new file with mode: 0644]
t/ESITest/lib/ESITest/View/TT.pm [new file with mode: 0644]
t/ESITest/root/favicon.ico [new file with mode: 0644]
t/ESITest/root/index.tt [new file with mode: 0644]
t/ESITest/root/time_include.tt [new file with mode: 0644]
t/ESITest/script/esitest_cgi.pl [new file with mode: 0644]
t/ESITest/script/esitest_create.pl [new file with mode: 0644]
t/ESITest/script/esitest_fastcgi.pl [new file with mode: 0644]
t/ESITest/script/esitest_server.pl [new file with mode: 0644]
t/ESITest/script/esitest_test.pl [new file with mode: 0644]