in reply to errors on Data::Apache::mod_status

After a short investigation, I think it's a bug in the Data::Apache::mod_status::Worker module. It defines a Moose subtype named 'XML-LibXML-Element', and the Moose complains:
'XML-LibXML-Element contains invalid characters for a type name. Names + can contain alphanumeric character, ":", and "."'
(See Moose::Util::TypeConstraints, function named "_create_type_constraint".)

So, file a bug report to the Data::Apache::mod_status author.

Replies are listed 'Best First'.
Re^2: errors on Data::Apache::mod_status
by joshuahayworth (Initiate) on Jul 15, 2011 at 20:06 UTC

    As far as I can tell (please correct me if I'm wrong), the bug was never filed and the author never fixed the issue.

    I was able to fix the issue for myself. I needed to use this module for a project I'm currently working on. How would I go about contributing my set of fixes back to this module? Is there some FAQ somewhere that I'm not aware of?

    Just curious, Joshua

      I see that the author is still active on CPAN (releases new code), so it would probably help if you send patches directly to him (or via RT).