Added deprecated methods test.
authorDevin Austin <dhoss@cpan.org>
Thu, 4 Jun 2009 01:56:16 +0000 (01:56 +0000)
committerDevin Austin <dhoss@cpan.org>
Thu, 4 Jun 2009 01:56:16 +0000 (01:56 +0000)
commit7025ed899fbbf9d2bac50f85943d66e79d448b8d
tree982a75aa715e651323c6e372e70d9c4a5d2e4a2f
parent5c330d3ca1008ff66a41871368aefbb76329d788
Added deprecated methods test.
Renamed .png files to .png.bin
split up render_file into a method to take in new template files
and a backwards compatible method to take in __DATA__.
2/3 tests pass for this, but the render_file test in back_compat.t is
still having issues.
37 files changed:
TestAppForInvocation/Changes [new file with mode: 0644]
TestAppForInvocation/Makefile.PL [new file with mode: 0644]
TestAppForInvocation/README [new file with mode: 0644]
TestAppForInvocation/lib/TestAppForInvocation.pm [new file with mode: 0644]
TestAppForInvocation/lib/TestAppForInvocation/Controller/Root.pm [new file with mode: 0644]
TestAppForInvocation/root/favicon.ico [new file with mode: 0644]
TestAppForInvocation/root/static/images/btn_120x50_built.png [new file with mode: 0644]
TestAppForInvocation/root/static/images/btn_120x50_built_shadow.png [new file with mode: 0644]
TestAppForInvocation/root/static/images/btn_120x50_powered.png [new file with mode: 0644]
TestAppForInvocation/root/static/images/btn_120x50_powered_shadow.png [new file with mode: 0644]
TestAppForInvocation/root/static/images/btn_88x31_built.png [new file with mode: 0644]
TestAppForInvocation/root/static/images/btn_88x31_built_shadow.png [new file with mode: 0644]
TestAppForInvocation/root/static/images/btn_88x31_powered.png [new file with mode: 0644]
TestAppForInvocation/root/static/images/btn_88x31_powered_shadow.png [new file with mode: 0644]
TestAppForInvocation/root/static/images/catalyst_logo.png [new file with mode: 0644]
TestAppForInvocation/script/testappforinvocation_cgi.pl [new file with mode: 0755]
TestAppForInvocation/script/testappforinvocation_create.pl [new file with mode: 0755]
TestAppForInvocation/script/testappforinvocation_fastcgi.pl [new file with mode: 0755]
TestAppForInvocation/script/testappforinvocation_server.pl [new file with mode: 0755]
TestAppForInvocation/script/testappforinvocation_test.pl [new file with mode: 0755]
TestAppForInvocation/t/01app.t [new file with mode: 0644]
TestAppForInvocation/t/02pod.t [new file with mode: 0644]
TestAppForInvocation/t/03podcoverage.t [new file with mode: 0644]
TestAppForInvocation/testappforinvocation.conf [new file with mode: 0644]
lib/Catalyst/Helper.pm
share/root/btn_120x50_built.png.bin [new file with mode: 0644]
share/root/btn_120x50_built_shadow.png.bin [new file with mode: 0644]
share/root/btn_120x50_powered.png.bin [new file with mode: 0644]
share/root/btn_120x50_powered_shadow.png.bin [new file with mode: 0644]
share/root/btn_88x31_built.png.bin [new file with mode: 0644]
share/root/btn_88x31_built_shadow.png.bin [new file with mode: 0644]
share/root/btn_88x31_powered.png.bin [new file with mode: 0644]
share/root/btn_88x31_powered_shadow.png.bin [new file with mode: 0644]
share/root/catalyst_logo.png.bin [new file with mode: 0644]
share/root/favicon.ico.bin [new file with mode: 0644]
t/back_compat.t [new file with mode: 0644]
t/lib/MyTestHelper.pm [new file with mode: 0644]