Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 48896
Status: resolved
Priority: 0/
Queue: HTML-FormHandler

People
Owner: Nobody in particular
Requestors: cub.uanic [...] gmail.com
Cc:
AdminCc:

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



Subject: Incorrect module name in example
Typo fix for docs: change Rendered to Render (patch included)
Subject: FormHandler.pm.patch
--- /usr/local/share/perl/5.10.0/HTML/FormHandler.pm 2009-08-17 22:59:06.000000000 +0300 +++ /tmp/FormHandler.pm 2009-08-21 03:01:03.000000000 +0300 @@ -29,7 +29,7 @@ use HTML::FormHandler::Moose; extends 'HTML::FormHandler'; - with 'HTML::FormHandler::Renderer::Simple'; + with 'HTML::FormHandler::Render::Simple'; has '+item_class' => ( default => 'User' );
Fixed in repo (and next release)