Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-ParsePath CPAN distribution.

Report information
The Basics
Id: 34406
Status: rejected
Worked: 10 min
Priority: 0/
Queue: CGI-Application-Plugin-ParsePath

People
Owner: dhorne [...] cpan.org
Requestors: roriogm [...] gmail.com
Cc:
AdminCc:

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



Subject: CGI-Application-Plugin-ParsePath-0.01
Date: Mon, 24 Mar 2008 21:48:21 +0000
To: bug-CGI-Application-Plugin-ParsePath [...] rt.cpan.org
From: rorio <roriogm [...] gmail.com>
Hi! I think, I've found a bug in CGI-Application-Plugin-ParsePath-0.01. I use CGI-Application-4.06 and just after I add "use CGI::Application::Plugin::ParsePath;" to my module I get: "Can't locate object method "add_callback" via package "HomePage" at /usr/lib/perl5/site_perl/5.10.0/CGI/Application/Plugin/ParsePath.pm line 22". I have no idea what happens.
From: dhorne [...] cpan.org
On Mon Mar 24 17:49:05 2008, roriogm@gmail.com wrote: Show quoted text
> Hi! > I think, I've found a bug in CGI-Application-Plugin-ParsePath-0.01.
Can you post some example code that causes this problem? Thanks
Oh, and make sure that use CGI::Application::Plugin::ParsePath; comes after use base 'CGI::Application';
Subject: Re: [rt.cpan.org #34406] CGI-Application-Plugin-ParsePath-0.01
Date: Tue, 25 Mar 2008 09:41:51 +0000
To: bug-CGI-Application-Plugin-ParsePath [...] rt.cpan.org
From: rorio <roriogm [...] gmail.com>
Ooops, right! I've changed the order and it works fine. Sorry for wasting your time. 2008/3/24, Dan Horne via RT <bug-CGI-Application-Plugin-ParsePath@rt.cpan.org>: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=34406 > > > > Oh, and make sure that > > > use CGI::Application::Plugin::ParsePath; > > > comes after > > use base 'CGI::Application'; > > >
Great, thanks for your response - closing