Fix regression for "sub foo : Path {}" in the root controller which was introduced...
authorBrian Cassidy <bricas@cpan.org>
Fri, 23 May 2008 16:54:30 +0000 (16:54 +0000)
committerBrian Cassidy <bricas@cpan.org>
Fri, 23 May 2008 16:54:30 +0000 (16:54 +0000)
commiteb221f9654404bdad5bd0dc5157e3a04bc272fa4
tree9d1a2934a8385baec16b9b373f5c2bde8f7f0318
parent0129cd146b04bf7f6613a3fab865d72d54f79b20
Fix regression for "sub foo : Path {}" in the root controller which was introduced when attempting to allow "0" as a Path.
Changes
lib/Catalyst/DispatchType/Path.pm
t/custom_live_path_bug.t [new file with mode: 0644]
t/lib/TestAppPathBug.pm [new file with mode: 0644]