FormFu / HTML-FormFu

HTML Form Creation, Rendering and Validation Framework. Just define the form, and let FormFu do the all heavy lifting.
http://formfu.rocks
34 stars 24 forks source link

Fix deprecation warning about Chained trait. #11

Closed bricas closed 12 years ago

bricas commented 12 years ago

The way HTML::FormFu currently does Chained accessors has been deprecated and throws numerous warnings:

"Implicit use of the Chained trait is deprecated. Please load MooseX::Attribute::Chained explicitly"

This pull request should fix the problem.