Fix match parsing with perl 5.8.8
authorAndrew Rodland <andrew@cleverdomain.org>
Tue, 3 Apr 2012 17:12:26 +0000 (13:12 -0400)
committerAndrew Rodland <andrew@cleverdomain.org>
Tue, 3 Apr 2012 17:12:26 +0000 (13:12 -0400)
commit6153800d4bc0320055aad12b7afafd35818d127a
treef64b50b7771364b8a1c04961b3339563c03cedc4
parentc8db64084d4d015eb85437d28a9ca5eebb4145d5
Fix match parsing with perl 5.8.8

Runtime-loading the ParamParser loads Encode, which blows away $_ and
pos. Carefully save these values around the module load so that things
don't blow up.
Changes
lib/Web/Dispatch/Predicates.pm