Static::Simple 0.09, ignore common template file extensions, ignore_extensions/ignore...
authorAndy Grundman <andy@hybridized.org>
Wed, 5 Oct 2005 15:39:02 +0000 (15:39 +0000)
committerAndy Grundman <andy@hybridized.org>
Wed, 5 Oct 2005 15:39:02 +0000 (15:39 +0000)
commit8cc672a2633d61d4c3250f3079d3d22b76344125
tree37b9d8f5f4fd02faf9de42d14657305fde136c89
parent8223995544e9031e40cac6e1d06ffc1ac8d8a275
Static::Simple 0.09, ignore common template file extensions, ignore_extensions/ignore_dirs config options
16 files changed:
Changes
MANIFEST
README
lib/Catalyst/Plugin/Static/Simple.pm
t/08subreq.t
t/09ignore_ext.t [new file with mode: 0644]
t/10ignore_dirs.t [new file with mode: 0644]
t/lib/TestApp.pm
t/lib/TestApp/root/ignored/bad.gif [new file with mode: 0644]
t/lib/TestApp/root/ignored/index.html [new file with mode: 0644]
t/lib/TestApp/root/ignored/static.css [new file with mode: 0644]
t/lib/TestApp/root/ignored/tmpl.tt [new file with mode: 0644]
t/lib/TestApp/root/overlay/o-ignored/bad.gif [new file with mode: 0644]
t/lib/TestApp/root/overlay/o-ignored/index.html [new file with mode: 0644]
t/lib/TestApp/root/overlay/o-ignored/static.css [new file with mode: 0644]
t/lib/TestApp/root/overlay/o-ignored/tmpl.tt [new file with mode: 0644]