On Tue, Apr 25, 2006 at 07:54:00AM -0400, via RT wrote:
Show quoted text>
> Tue Apr 25 07:53:57 2006: Request 18912 was acted upon.
> Transaction: Ticket created by MAKOTO
> Queue: CGI-Session
> Subject: Would you add for compatibility?
> Owner: Nobody
> Requestors: MAKOTO@cpan.org
> Status: new
> Ticket <URL:
http://rt.cpan.org/Ticket/Display.html?id=18912 >
>
>
> Session.pm
> 267a268,277
> > if( @_ == 2){
> > my($name,$value) = @_;
> > if ( $name =~ m/^_SESSION_/ ) {
> > carp "param(): attempt to write to private parameter";
> > return undef;
> > }
> > $self->_set_status(STATUS_MODIFIED);
> > return $self->{_DATA}->{ $name } = $value;
> > }
Thanks for the contribution MAKOTO.
Could you also submit a test a fails with the current version, so I can
see what the problem is?
Also, you mention "compatibility". Do you know when we broke this
compatibility?