~ubuntu-branches/ubuntu/trusty/libhtml-formhandler-perl/trusty

« back to all changes in this revision

Viewing changes to lib/HTML/FormHandler/Field/Password.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2012-06-08 21:31:59 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120608213159-iyuqkdk5gjkiwedt
Tags: 0.40011-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
our $VERSION = '0.04';
7
7
 
8
8
 
9
 
has '+widget'           => ( default => 'password' );
 
9
has '+widget'           => ( default => 'Password' );
10
10
has '+password'         => ( default => 1 );
11
11
has 'ne_username'       => ( isa     => 'Str', is => 'rw' );
12
12
has '+type_attr'        => ( default => 'password' );
65
65
 
66
66
=head1 VERSION
67
67
 
68
 
version 0.40010
 
68
version 0.40011
69
69
 
70
70
=head1 DESCRIPTION
71
71