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

« back to all changes in this revision

Viewing changes to t/2c-template-tt2.t

  • 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:
9
9
our $TESTING = 1;
10
10
our $DEBUG = $ENV{DEBUG} || 0;
11
11
our $VERSION;
12
 
BEGIN { $VERSION = '3.0501'; }
 
12
BEGIN { $VERSION = '3.06'; }
13
13
 
14
14
use Test;
15
15
use FindBin;
38
38
$ENV{REQUEST_METHOD} = 'GET';
39
39
$ENV{QUERY_STRING}   = 'ticket=111&user=pete&replacement=TRUE';
40
40
 
41
 
use CGI::FormBuilder 3.0501;
 
41
use CGI::FormBuilder 3.06;
42
42
use CGI::FormBuilder::Test;
43
43
 
44
44
# Create our template and store it in a scalarref