~ubuntu-branches/ubuntu/hardy/libcgi-formbuilder-perl/hardy

« back to all changes in this revision

Viewing changes to lib/CGI/FormBuilder/Field/button.pm

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2007-04-21 21:48:43 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070421214843-1x9e3c92nio0ktvi
Tags: 3.05.01-1
* New upstream release.
  + Fix memory leak affecting Catalyst users.
* Update local cdbs snippets:
  + Add upstream-tarball.mk adding get-orig-source rule and more.
  + Fix overloading buildcore.mk.
  + Check copyrights in prebuild (in clean it may choke on not yet
    cleaned stuff), and make sure it runs only once.
  + List non-binary files affected if discovering new copyrights.
  + Update documentation in debian/README.cdbs-tweaks.
* Fix debian/watch file:
  + Fix version mangling (regex implicitly matches against full ver).
  + Extend main regex to match both tar.gz and tgz used in most recent
    release (using horrible regex due to limitations in file format).

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
use CGI::FormBuilder::Field::text;
19
19
use base 'CGI::FormBuilder::Field::text';
20
20
 
21
 
our $REVISION = do { (my $r='$Revision: 92 $') =~ s/\D+//g; $r };
22
 
our $VERSION = '3.05';
 
21
our $REVISION = do { (my $r='$Revision: 100 $') =~ s/\D+//g; $r };
 
22
our $VERSION = '3.0501';
23
23
 
24
24
sub script { '' }
25
25