Skip Menu |

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

Report information
The Basics
Id: 40174
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-RunmodeDeclare

People
Owner: rhesa [...] cpan.org
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

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



Subject: incorrect error message
sub _setup_startmode checks for duplicate error mode, not start mode: croak "error mode redefined (from $REGISTRY{$pkg}{error_mode_installed})" if $REGISTRY{$pkg}{error_mode_installed}; -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #40174] incorrect error message
Date: Sun, 19 Oct 2008 23:11:08 +0200
To: bug-CGI-Application-Plugin-RunmodeDeclare [...] rt.cpan.org
From: Rhesa Rozendaal <rhesa [...] cpan.org>
Thanks for reporting! That was pretty silly of me. A new version will be on CPAN shortly. rhesa Alexandr Ciornii via RT wrote: Show quoted text
> > sub _setup_startmode checks for duplicate error mode, not start mode: > > croak "error mode redefined (from > $REGISTRY{$pkg}{error_mode_installed})" if > $REGISTRY{$pkg}{error_mode_installed}; >