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

« back to all changes in this revision

Viewing changes to lib/HTML/FormHandler/Widget/Field/Select.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:
47
47
 
48
48
sub render_select_start {
49
49
    my ( $self, $result ) = @_;
 
50
   $result ||= $self->result;
50
51
 
51
52
    my $id = $self->id;
52
53
    my $output = '<select name="' . $self->html_name . qq{" id="$id"};
112
113
 
113
114
=head1 VERSION
114
115
 
115
 
version 0.40010
 
116
version 0.40011
116
117
 
117
118
=head1 DESCRIPTION
118
119