Remove "where {1}" from subtype declarations.
authorDave Rolsky <autarch@urth.org>
Mon, 12 Sep 2011 03:25:45 +0000 (22:25 -0500)
committerDave Rolsky <autarch@urth.org>
Mon, 12 Sep 2011 03:25:45 +0000 (22:25 -0500)
commit51e2ff9899d36557b0c347368f4eb820f4ca853a
tree5a0a54964c4939f9541627911b1f26facd3149bd
parentf2ceb02dd49d80f5c4e38cd8cb80ff720149d5bf
Remove "where {1}" from subtype declarations.

This isn't necessary, doesn't do anything, and will interfere with things like
inlining, as the presence of the where clause will make Moose think there's a
real additional constraint on the type.
lib/Catalyst/Engine.pm
lib/Catalyst/Script/Server.pm