Skip to content

Commit

Permalink
doc Widgets and Result experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
gshank committed Sep 15, 2009
1 parent fe25944 commit 5accc1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 1 addition & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
0.28
Removed 'auto_deref' from arrayrefs. Possible incompatibilities.
Use ->all_fields, ->all_errors for array
Switched to using native traits
Add Widget roles
Major refactor to support result classes
Reformatting source to more Perl standard
Fix bug generating CSS classes in Renderer::Simple (mazpe)
Fix bug generating CSS classes in Render::Simple (mazpe)
Fix POD example in ::Intro (mazpe)

0.27006 Mon Aug 17, 2009
Expand Down
9 changes: 5 additions & 4 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,18 @@ repository 'http://github.com/gshank/html-formhandler/tree/master';

# prereqs
requires 'Carp';
requires 'Moose' => '0.89_01';
requires 'Moose' => '0.90';
requires 'Locale::Maketext' => '1.09';
requires 'DateTime';
requires 'HTML::Entities';
requires 'MooseX::Getopt' => '0.16';
requires 'MooseX::Types' => 0;
requires 'MooseX::Types::Common' => 0;
requires 'MooseX::Types' => '0.20';
requires 'MooseX::Types::Common';
requires 'namespace::autoclean';
requires 'aliased';
requires 'File::Spec';
requires 'Class::Load' => '0.05';
requires 'namespace::autoclean';
requires 'namespace::autoclean' => '0.09';

# things the tests need
test_requires 'Test::More' => '0.88';
Expand Down

0 comments on commit 5accc1e

Please sign in to comment.