Skip Menu |

This queue is for tickets about the PRANG CPAN distribution.

Report information
The Basics
Id: 110744
Status: resolved
Priority: 0/
Queue: PRANG

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

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



Subject: Tests fail (with newer Moose versions?)
See subject. Statistical analysis suggests that newer Moose versions are causing the problem. See: http://analysis.cpantesters.org/solved?distv=PRANG-0.17#mod%3AMoose
On 2015-12-29 04:02:28, SREZIC wrote: Show quoted text
> See subject. Statistical analysis suggests that newer Moose versions > are causing the problem. See: > http://analysis.cpantesters.org/solved?distv=PRANG-0.17#mod%3AMoose
If you track down what the problem is, please let me know (ether on irc.perl.org, or create an issue in the Moose RT queue) -- there should not have been any breaking changes in Moose in quite some time.
From: UGEXE [...] cpan.org
On Tue Dec 29 07:02:28 2015, SREZIC wrote: Show quoted text
> See subject. Statistical analysis suggests that newer Moose versions > are causing the problem. See: > http://analysis.cpantesters.org/solved?distv=PRANG-0.17#mod%3AMoose
Appears to be the switch from MooseX::Method::Signatures to MooseX::Params::Validate changed an exception message See: https://github.com/catalyst/PRANG/pull/4
On Fri Sep 02 16:07:36 2016, UGEXE wrote: Show quoted text
> On Tue Dec 29 07:02:28 2015, SREZIC wrote:
> > See subject. Statistical analysis suggests that newer Moose versions > > are causing the problem. See: > > http://analysis.cpantesters.org/solved?distv=PRANG-0.17#mod%3AMoose
> > Appears to be the switch from MooseX::Method::Signatures to > MooseX::Params::Validate changed an exception message > > See: https://github.com/catalyst/PRANG/pull/4
Thanks very much. Looks like that fixed it.