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

« back to all changes in this revision

Viewing changes to lib/CGI/FormBuilder/Template/Text.pm

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2011-09-11 02:55:17 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: package-import@ubuntu.com-20110911025517-nhr6j6fwwc9xc4l1
Tags: 3.06-1
* New upstream release.
* Use CDBS perl-makemaker.mk (not deprecated perlmodule.mk).
  Tighten build-dependency on CDBS.
* Update copyright file:
  + Fix use Comment field (not License-Comments).
  + Quote license names in comments.
* Add patch cherry-picked upstream to fix testsuite.
* Update package relations:
  + Build-depend on and suggest libcgi-ssi-perl.
  + Make suggestions unversioned and drop conflicts: satisfied even in
    oldstable.
  + Maintain all relations using CDBS in rules file.
* Stop preserving cruft no long shipped upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
###########################################################################
3
 
# Copyright (c) 2000-2006 Nate Wiger <nate@wiger.org>. All Rights Reserved.
4
 
# Please visit www.formbuilder.org for tutorials, support, and examples.
 
3
# Copyright (c) Nate Wiger http://nateware.com. All Rights Reserved.
 
4
# Please visit http://formbuilder.org for tutorials, support, and examples.
5
5
###########################################################################
6
6
 
7
7
package CGI::FormBuilder::Template::Text;
32
32
use Text::Template;
33
33
 
34
34
our $REVISION = do { (my $r='$Revision: 100 $') =~ s/\D+//g; $r };
35
 
our $VERSION = '3.0501';
 
35
our $VERSION = '3.06';
36
36
 
37
37
sub new {
38
38
    my $self  = shift;
288
288
 
289
289
=head1 AUTHOR
290
290
 
291
 
Copyright (c) 2000-2006 Nate Wiger <nate@wiger.org>. All Rights Reserved.
 
291
Copyright (c) L<Nate Wiger|http://nateware.com>. All Rights Reserved.
292
292
 
293
293
Text::Template support is due to huge contributions by Jonathan Buhacoff.
294
294
Thanks man.