Skip Menu |

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

Report information
The Basics
Id: 54917
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-FormValidator

People
Owner: devin.austin [...] gmail.com
Requestors: ryan [...] radianit.com
Cc:
AdminCc:

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



Subject: Possible Bug in 0.092
Date: Tue, 23 Feb 2010 20:17:31 +0000
To: bug-Catalyst-Plugin-FormValidator [...] rt.cpan.org
From: Ryan Lauterbach <ryan [...] radianit.com>
Hi, The dispatching in my apps seemed to break (not happen) with the latest release of C::P::DFV-0.092. The below seems to have fixed --- Catalyst-Plugin-FormValidator-0.092/lib/Catalyst/Plugin/FormValidator.pm 2010-02-22 00:00:08.000000000 +0000 +++ Catalyst-Plugin-FormValidator-0.092.new/lib/Catalyst/Plugin/FormValidator.pm 2010-02-23 20:07:49.389911622 +0000 @@ -8,7 +8,7 @@ sub prepare { my $c = shift; - $c = $c->maybe::next::method(); + $c = $c->maybe::next::method(@_); $c->{form} = Data::FormValidator->check( $c->request->parameters, {} ); return $c; } Show quoted text
------------------ Details -------------------------------- (karmic)root@web4:~# perl -v This is perl, v5.10.1 (*) built for x86_64-linux-gnu Copyright 1987-2009, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. (karmic)root@web4:~# uname -a Linux web4.radianhost.com 2.6.31-19-server #56-Ubuntu SMP Thu Jan 28 03:40:48 UTC 2010 x86_64 GNU/Linux
On Tue Feb 23 15:19:27 2010, ryan@radianit.com wrote: Show quoted text
> Hi, > > The dispatching in my apps seemed to break (not happen) with the > latest > release of C::P::DFV-0.092. The below seems to have fixed > > --- > Catalyst-Plugin-FormValidator- > 0.092/lib/Catalyst/Plugin/FormValidator.pm > 2010-02-22 00:00:08.000000000 +0000 > +++ > Catalyst-Plugin-FormValidator- > 0.092.new/lib/Catalyst/Plugin/FormValidator.pm > 2010-02-23 20:07:49.389911622 +0000 > @@ -8,7 +8,7 @@ > > sub prepare { > my $c = shift; > - $c = $c->maybe::next::method(); > + $c = $c->maybe::next::method(@_); > $c->{form} = Data::FormValidator->check( $c->request-
> >parameters,
> {} ); > return $c; > } > > ------------------ Details -------------------------------- > > (karmic)root@web4:~# perl -v > > This is perl, v5.10.1 (*) built for x86_64-linux-gnu > > Copyright 1987-2009, Larry Wall > > Perl may be copied only under the terms of either the Artistic License > or the > GNU General Public License, which may be found in the Perl 5 source > kit. > > Complete documentation for Perl, including FAQ lists, should be found > on > this system using "man perl" or "perldoc perl". If you have access to > the > Internet, point your browser at http://www.perl.org/, the Perl Home > Page. > > (karmic)root@web4:~# uname -a > Linux web4.radianhost.com 2.6.31-19-server #56-Ubuntu SMP Thu Jan 28 > 03:40:48 UTC 2010 x86_64 GNU/Linux > > >
Hi Ryan, Thanks for the bug report. I'm shipping 0.93 shortly, so please give the devel release 0.93_1 a test, otherwise later today I will have the official release out and about. Thanks! -Devin
Subject: Re: [rt.cpan.org #54917] Possible Bug in 0.092
Date: Sat, 27 Feb 2010 08:16:15 +0000
To: bug-Catalyst-Plugin-FormValidator [...] rt.cpan.org
From: Ryan Lauterbach <ryan [...] radianit.com>
Show quoted text
> Hi Ryan, > > Thanks for the bug report. I'm shipping 0.93 shortly, so please give the devel release 0.93_1 > a test, otherwise later today I will have the official release out and about. > > Thanks! > > -Devin > >
Thanks Devin, the devel release seems to work fine. Regards Ryan
Great, I'll release this as a non-dev release