Skip Menu |

This queue is for tickets about the HTML-FormFu CPAN distribution.

Report information
The Basics
Id: 67346
Status: resolved
Priority: 0/
Queue: HTML-FormFu

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

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



Subject: Undeclared dependency on Class::C3
As per subject. Grepping through all files finds the use statement but no declaration: lib/HTML/FormFu/Constraint.pm 2- 3-use strict; 4-use base 'HTML::FormFu::Processor'; 5:use Class::C3; 6-use Moose; 7-extends 'HTML::FormFu::Processor'; 8- Thanks && Regards,
uses mro now. can be closed