HTML-FormHandler

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

   Fix unitialized warning processing has_field with '+'
   Use get_default_value in Submit/Reset field
   Improve doc for bootstrap theme, use BootstrapFormMessages role
   Add lazy to render_filter for random failures in 5.17.6

0.40016 Mon Oct 15, 2012
   Fix bug with DBIC model interface

0.40015 Sun Oct 14, 2012
   Remove extraneous use of Data::Printer
   Correct spelling of PadWalker

0.40014 Sat Oct 13, 2012
   Add useful message and die in field widgets with no result
   Use string instead of object in LANGUAGE_HANDLE
   Fix bug in required_when when value is 0
   Allow using arrayref for sort_column.
   Select field as_label for multiple fields.
   Minor doc fixes
   Bug - option group label attributes
   Add info_message to form and rendering.

META.json  view on Meta::CPAN

            "MooseX::Types::LoadableClass" : "0.006",
            "Sub::Exporter" : "0",
            "Sub::Name" : "0",
            "Try::Tiny" : "0",
            "aliased" : "0",
            "namespace::autoclean" : "0.09"
         }
      },
      "test" : {
         "requires" : {
            "PadWalker" : "0",
            "Test::Differences" : "0",
            "Test::Exception" : "0",
            "Test::Memory::Cycle" : "1.04",
            "Test::More" : "0.94",
            "Test::Warn" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {

META.yml  view on Meta::CPAN

---
abstract: 'HTML forms using Moose'
author:
  - 'FormHandler Contributors - see HTML::FormHandler'
build_requires:
  PadWalker: '0'
  Test::Differences: '0'
  Test::Exception: '0'
  Test::Memory::Cycle: '1.04'
  Test::More: '0.94'
  Test::Warn: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
  File::ShareDir::Install: '0.06'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150005'

Makefile.PL  view on Meta::CPAN

    "MooseX::Types" => "0.20",
    "MooseX::Types::Common" => 0,
    "MooseX::Types::LoadableClass" => "0.006",
    "Sub::Exporter" => 0,
    "Sub::Name" => 0,
    "Try::Tiny" => 0,
    "aliased" => 0,
    "namespace::autoclean" => "0.09"
  },
  "TEST_REQUIRES" => {
    "PadWalker" => 0,
    "Test::Differences" => 0,
    "Test::Exception" => 0,
    "Test::Memory::Cycle" => "1.04",
    "Test::More" => "0.94",
    "Test::Warn" => 0
  },
  "VERSION" => "0.40068",
  "test" => {
    "TESTS" => "t/*.t t/blocks/*.t t/bootstrap/*.t t/bootstrap3/*.t t/compound/*.t t/errors/*.t t/field_setup/*.t t/fields/*.t t/form_setup/*.t t/infl_defl/*.t t/moose/*.t t/render/*.t t/repeatable/*.t t/result/*.t t/validation/*.t t/wizard/*.t"
  }

Makefile.PL  view on Meta::CPAN

  "HTML::TreeBuilder" => "3.23",
  "JSON::MaybeXS" => "1.003003",
  "List::Util" => "1.33",
  "Locale::Maketext" => "1.09",
  "MIME::Base64" => 0,
  "Moose" => "2.1403",
  "MooseX::Getopt" => "0.16",
  "MooseX::Types" => "0.20",
  "MooseX::Types::Common" => 0,
  "MooseX::Types::LoadableClass" => "0.006",
  "PadWalker" => 0,
  "Sub::Exporter" => 0,
  "Sub::Name" => 0,
  "Test::Differences" => 0,
  "Test::Exception" => 0,
  "Test::Memory::Cycle" => "1.04",
  "Test::More" => "0.94",
  "Test::Warn" => 0,
  "Try::Tiny" => 0,
  "aliased" => 0,
  "namespace::autoclean" => "0.09"

dist.ini  view on Meta::CPAN

Crypt::CBC                 = 0
Crypt::Blowfish            = 0
MIME::Base64               = 0

[Prereqs / TestRequires]
Test::More                 = 0.94
Test::Differences          = 0
Test::Exception            = 0
Test::Memory::Cycle        = 1.04
Test::Warn                 = 0
PadWalker                  = 0



( run in 0.684 second using v1.01-cache-2.11-cpan-05444aca049 )