Skip Menu |

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

Maintainer(s)' notes

This is the bug queue for Data::FormValidator.

Report information
The Basics
Id: 56110
Status: open
Priority: 0/
Queue: Data-FormValidator

People
Owner: Nobody in particular
Requestors: RGE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 4.66
Fixed in:
  • 1.10
  • 1.11
  • 1.4
  • 1.5
  • 1.5.1
  • 1.6
  • 1.7
  • 1.8
  • 1.9
  • 1.91
  • 1.92
  • 1.93
  • 2.00
  • 2.01
  • 2.02
  • 2.03
  • 2.04
  • 2.10
  • 2.10.1
  • 3.00
  • 3.01
  • 3.1
  • 3.11
  • 3.12
  • 3.13
  • 3.14
  • 3.15
  • 3.49_01
  • 3.50
  • 3.51
  • 3.52
  • 3.53
  • 3.54
  • 3.56
  • 3.57
  • 3.58
  • 3.59
  • 3.61
  • 3.62
  • 3.63
  • 3.70
  • 3.71
  • 4.00
  • 4.00_01
  • 4.00_02
  • 4.01
  • 4.02
  • 4.10
  • 4.11
  • 4.12
  • 4.13
  • 4.14
  • 4.20
  • 4.21_01
  • 4.30
  • 4.40
  • 4.49_1
  • 4.50
  • 4.51
  • 4.52
  • 4.53
  • 4.54
  • 4.55
  • 4.56
  • 4.57
  • 4.61
  • 4.62
  • 4.63
  • 4.65
  • 4.66



Subject: _check_profile_syntax call as method
Hello, I was wondering if you could apply this small patch to lib/Data/FormValidator.pm so _check_profile_syntax is called as a method then I can override the method in one of my modules. Thanks! Rob
Subject: FormValidator.diff
348c348 < $self->_check_profile_syntax($profile); --- > _check_profile_syntax($profile); 914c914 < my ($self,$profile) = @_; --- > my $profile = shift;
Subject: Re: [rt.cpan.org #56110] _check_profile_syntax call as method
Date: Tue, 30 Mar 2010 11:30:05 -0400
To: bug-Data-FormValidator [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
Show quoted text
> I was wondering if you could apply this small patch to > lib/Data/FormValidator.pm so _check_profile_syntax is called as a method > then I can override the method in one of my modules.
Yes, I will pledge to include that patch in a future release if you want to go ahead and patch your local copy. FYI, I think the "diff" you shared must have been reversed. Mark