Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Authorization-ACL CPAN distribution.

Report information
The Basics
Id: 50411
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Authorization-ACL

People
Owner: Nobody in particular
Requestors: david.schmidt [...] fm5.at
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: ACL causes > Use of uninitialized value in concatenation in Catalyst.pm
Date: Mon, 12 Oct 2009 10:42:22 +0200
To: bug-Catalyst-Plugin-Authorization-ACL [...] rt.cpan.org
From: David Schmidt <david.schmidt [...] fm5.at>
Hey there, I get this message when I start my server with: script/myapp_server.pl -r -d Use of uninitialized value in concatenation (.) or string at /usr/local/share/perl/5.10.0/Catalyst.pm line 1607. if I remove C::P::A::ACL specific code that message is gone aswell 1605: # forward, locate the caller 1606: if ( my $parent = $c->stack->[-1] ) { 1607: $c->stats->profile( 1608: begin => $action, 1609: parent => "$parent" . $c->counter->{"$parent"}, 1610: uid => $uid, 1611: ); 1612: } use Catalyst qw/ -Debug ConfigLoader Static::Simple Authentication Session Session::State::Cookie Session::Store::FastMmap Authorization::ACL /; __PACKAGE__->setup(); __PACKAGE__->deny_access_unless( "/foo", 0); Ubuntu 9.04 Catalyst 5.80013 Catalyst::Plugin::Authorization::ACL 0.14 -- David Schmidt | http://www.fm5.at
Fixed in runtime trunk. -- Rafael