Hello guys,

v5.33
Cannot read cookies as I did before.

use Pkg;
…
sub mo {
...
my @cookies = $self->cookie('foo');
...
return …
}
— this doesn't work any longer…

I get «Can't use string ("Pkg") as a HASH ref while …» 
— actually the package has just stopped to work, because everything is fine 
if I do:
…
my @cookies = (); 
…
etc

%|

Any ideas? If it's not my mistake somehow — is there any doc where all 
changes are described (with $self->secret etc too)
people usually write «is going to be depricated» before to remove a method
please please do it
otherwise there is no fun at all to support an app written on Mojolicious… 
8(

Sorry…

Cheers!

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to