~ubuntu-branches/ubuntu/vivid/libhtml-form-perl/vivid

« back to all changes in this revision

Viewing changes to lib/HTML/Form.pm

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2012-02-21 17:57:59 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120221175759-fhw2ervb39e2arkb
Tags: 6.02-1
* Imported Upstream version 6.02
* debian/copyright: Update debian/* section
* Add myself to Uploaders
* debian/patches/fix-typos.patch: Removed, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
use Encode ();
7
7
 
8
8
use vars qw($VERSION);
9
 
$VERSION = "6.01";
 
9
$VERSION = "6.02";
10
10
 
11
11
my %form_tags = map {$_ => 1} qw(input textarea button select option);
12
12