From c930d3fa915a52f7bd6b27f12cd6e0f9c4551260 Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Fri, 30 Mar 2012 13:11:42 +0200 Subject: [PATCH] Release 6.03 --- Changes | 7 +++++++ lib/HTML/Form.pm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 374ec7d3..77933d3b 100644 --- a/Changes +++ b/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 diff --git a/lib/HTML/Form.pm b/lib/HTML/Form.pm index 49ed1232..7dcde25e 100644 --- a/lib/HTML/Form.pm +++ b/lib/HTML/Form.pm @@ -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);