5.90042 should be hitting cpan by now and hopefully resolves these issues. Give 
it a try and let me know.

Bill, this shouldn't break existing apps that didn't use the Unicode plugin and 
where people rolled they're own.  If the latest on cpan breaks your app please 
let us know with details so we can resolve.

To be clear, the only people that have something to do is those that used the 
existing stand alone plugin and relied on the default behavior which is to 
encode UTF8.  At some point they should remove the plugin from the "use 
Catalyst ..." Line and add the encoding config value since the new default is 
to not encode (so as to not break apps like yours , bill!)

John

Sent from my iPhone

On Jun 14, 2013, at 4:42 PM, Bill Moseley <mose...@hank.org> wrote:

> On Fri, Jun 14, 2013 at 11:29 AM, John Napiorkowski <jjn1...@yahoo.com> wrote:
>> Yup this is a regression!  We have a patch in HEAD and it should go out 
>> later today.  Sorry for the trouble ( but at least I know who's upgrading)
> 
> I upgraded yesterday and noticed the same thing in out tests:
> 
> [error] Caught exception in engine "Can't use string ("Can't call method 
> "decode" on an"...) as a HASH ref while "strict refs" in use at 
> /Users/bill/perl5/perlbrew/perls/perl-5.16.1/lib/site_perl/5.16.1/Catalyst/Plugin/Unicode/Encoding.pm
>  line 101." 
> 
> I'll wanted to investigate I have my own code that handles decode/encode and 
> need time to move to the Catalyst code.   Until we can migrate what would you 
> recommend so that we don't have two plugins trying to handle the decoding?
> 
> 
> I also noticed that UploadProgress got pulled in -- but I don't think we are 
> using that so was a bit surprised by that requirement.
> 
> 
> -- 
> Bill Moseley
> mose...@hank.org
> _______________________________________________
> List: Catalyst@lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to