Skip to content

Commit

Permalink
Release 6.03
Browse files Browse the repository at this point in the history
  • Loading branch information
gisle committed Mar 30, 2012
1 parent 851016d commit c930d3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes
@@ -1,3 +1,10 @@
_______________________________________________________________________________
2012-03-30 HTML-Form 6.03

Support the new HTML5 input types without warning



_______________________________________________________________________________
2012-02-20 HTML-Form 6.02

Expand Down
2 changes: 1 addition & 1 deletion lib/HTML/Form.pm
Expand Up @@ -6,7 +6,7 @@ use Carp ();
use Encode ();

use vars qw($VERSION);
$VERSION = "6.02";
$VERSION = "6.03";

my %form_tags = map {$_ => 1} qw(input textarea button select option);

Expand Down

0 comments on commit c930d3f

Please sign in to comment.