Handle a controller where the namespace is the empty string nicely.
authorDave Rolsky <autarch@urth.org>
Mon, 24 Jan 2011 03:48:41 +0000 (21:48 -0600)
committerDave Rolsky <autarch@urth.org>
Mon, 24 Jan 2011 03:48:41 +0000 (21:48 -0600)
commit7bdb05c2732d4d130a42713e8bd6507d7fadb44c
treebe86a72c1aebc73e739f022a19f022dc0eb6c17e
parent2a87778992040c97d1e476cdbf2acafc4e3b1e46
Handle a controller where the namespace is the empty string nicely.

Add some tests for this.
lib/CatalystX/Routes.pm
t/lib/MyApp1/Controller/Root.pm [new file with mode: 0644]
t/routes.t