Hello community,

here is the log from the commit of package perl-Text-Template for 
openSUSE:Factory checked in at 2013-06-07 07:07:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-Template (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Text-Template.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Text-Template"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Text-Template/perl-Text-Template.changes    
2011-12-20 10:55:13.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Template.new/perl-Text-Template.changes   
    2013-06-07 07:07:12.000000000 +0200
@@ -1,0 +2,20 @@
+Wed Jun  5 16:13:04 UTC 2013 - [email protected]
+
+- license update: GPL-2.0+ or ClArtistic
+  The license choice is for GPL-2.0+ or the Clarified Artistic License
+  (ClArtistic on spdx.org/licenses/ClArtistic)
+
+-------------------------------------------------------------------
+Tue Jun  4 15:21:39 UTC 2013 - [email protected]
+
+- updated to 1.46
+        Thanks to Rik Signes, there is a new
+        Text::Template->append_text_to_output method, which
+        Text::Template always uses whenever it wants to emit output.
+        You can subclass this to get control over the output, for
+        example for postprocessing.
+
+        A spurious warning is no longer emitted when the TYPE
+        parameter to ->new is omitted.
+
+-------------------------------------------------------------------

Old:
----
  Text-Template-1.45.tar.gz

New:
----
  Text-Template-1.46.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Text-Template.spec ++++++
--- /var/tmp/diff_new_pack.zHdkIy/_old  2013-06-07 07:07:12.000000000 +0200
+++ /var/tmp/diff_new_pack.zHdkIy/_new  2013-06-07 07:07:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Template
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,34 @@
 
 
 Name:           perl-Text-Template
+Version:        1.46
+Release:        0
 %define cpan_name Text-Template
 Summary:        Expand template text with embedded Perl
-License:        GPL-2.0 or Artistic-1.0
+License:        GPL-2.0+ or ClArtistic
 Group:          Development/Libraries/Perl
-Version:        1.45
-Release:        0
 Url:            http://search.cpan.org/dist/Text-Template/
-Source:         %{cpan_name}-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/M/MJ/MJD/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Text::Template)
+#BuildRequires: perl(Text::Template::Preprocess)
+%{perl_requires}
 
 %description
 This is a library for generating form letters, building HTML pages, or
-filling in templates generally. A `template' is a piece of text that
-has little Perl programs embedded in it here and there. When you `fill
-in' a template, you evaluate the little programs and replace them with
-their values.
+filling in templates generally. A `template' is a piece of text that has
+little Perl programs embedded in it here and there. When you `fill in' a
+template, you evaluate the little programs and replace them with their
+values.
+
+You can store a template in a file outside your program. People can modify
+the template without modifying the program. You can separate the formatting
+details from the main code, and put the formatting parts of the program
+into the template. That prevents code bloat and encourages functional
+separation.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -50,18 +58,11 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Artistic COPYING README
 
 %changelog

++++++ Text-Template-1.45.tar.gz -> Text-Template-1.46.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/MANIFEST 
new/Text-Template-1.46/MANIFEST
--- old/Text-Template-1.45/MANIFEST     2008-04-17 01:39:49.000000000 +0200
+++ new/Text-Template-1.46/MANIFEST     2013-02-11 03:52:28.000000000 +0100
@@ -22,3 +22,4 @@
 t/13-taint.t
 t/14-broken.t
 META.yml                                 Module meta-data (added by MakeMaker)
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/META.json 
new/Text-Template-1.46/META.json
--- old/Text-Template-1.45/META.json    1970-01-01 01:00:00.000000000 +0100
+++ new/Text-Template-1.46/META.json    2013-02-11 03:52:28.000000000 +0100
@@ -0,0 +1,39 @@
+{
+   "abstract" : "unknown",
+   "author" : [
+      "unknown"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.120630",
+   "license" : [
+      "unknown"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Text-Template",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "prereqs" : {
+      "build" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "configure" : {
+         "requires" : {
+            "ExtUtils::MakeMaker" : "0"
+         }
+      },
+      "runtime" : {
+         "requires" : {}
+      }
+   },
+   "release_status" : "stable",
+   "version" : "1.46"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/META.yml 
new/Text-Template-1.46/META.yml
--- old/Text-Template-1.45/META.yml     2008-04-17 01:39:49.000000000 +0200
+++ new/Text-Template-1.46/META.yml     2013-02-11 03:52:27.000000000 +0100
@@ -1,10 +1,21 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Text-Template
-version:      1.45
-version_from: lib/Text/Template.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+---
+abstract: unknown
+author:
+  - unknown
+build_requires:
+  ExtUtils::MakeMaker: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.120630'
+license: unknown
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Text-Template
+no_index:
+  directory:
+    - t
+    - inc
+requires: {}
+version: 1.46
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/README 
new/Text-Template-1.46/README
--- old/Text-Template-1.45/README       2003-04-29 22:22:12.000000000 +0200
+++ new/Text-Template-1.46/README       2013-02-11 03:48:48.000000000 +0100
@@ -1,5 +1,5 @@
 
-Text::Template v1.44
+Text::Template v1.46
 
 This is a library for generating form letters, building HTML pages, or
 filling in templates generally.  A `template' is a piece of text that
@@ -74,6 +74,19 @@
 <URL:http://www.plover.com/~mjd/perl/Template/>.
 
 ----------------------------------------------------------------
+
+What's new in v1.46 since v1.44:
+
+        Thanks to Rik Signes, there is a new
+        Text::Template->append_text_to_output method, which
+        Text::Template always uses whenever it wants to emit output.
+        You can subclass this to get control over the output, for
+        example for postprocessing.
+
+        A spurious warning is no longer emitted when the TYPE
+        parameter to ->new is omitted.
+
+----------------------------------------------------------------
 What's new in v1.44 since v1.43: 
 
 This is a maintentance release.  There are no feature changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/lib/Text/Template/Preprocess.pm 
new/Text-Template-1.46/lib/Text/Template/Preprocess.pm
--- old/Text-Template-1.45/lib/Text/Template/Preprocess.pm      2008-04-17 
01:38:55.000000000 +0200
+++ new/Text-Template-1.46/lib/Text/Template/Preprocess.pm      2013-02-11 
03:45:26.000000000 +0100
@@ -2,7 +2,7 @@
 package Text::Template::Preprocess;
 use Text::Template;
 @ISA = qw(Text::Template);
-$Text::Template::Preprocess::VERSION = 1.45;
+$Text::Template::Preprocess::VERSION = 1.46;
 
 sub fill_in {
   my $self = shift;
@@ -34,7 +34,7 @@
 
 =head1 VERSION
 
-This file documents C<Text::Template::Preprocess> version B<1.45>
+This file documents C<Text::Template::Preprocess> version B<1.46>
 
 =head1 SYNOPSIS
 
@@ -107,7 +107,7 @@
 =head1 AUTHOR
 
 
-Mark-Jason Dominus, Plover Systems
+Mark Jason Dominus, Plover Systems
 
 Please send questions and other remarks about this software to
 C<[email protected]>
@@ -120,8 +120,8 @@
 
 =head1 LICENSE
 
-    Text::Template::Preprocess version 1.45
-    Copyright (C) 2008 Mark Jason Dominus
+    Text::Template::Preprocess version 1.46
+    Copyright 2013 Mark Jason Dominus
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/lib/Text/Template.pm 
new/Text-Template-1.46/lib/Text/Template.pm
--- old/Text-Template-1.45/lib/Text/Template.pm 2008-04-17 01:38:08.000000000 
+0200
+++ new/Text-Template-1.46/lib/Text/Template.pm 2013-02-11 03:45:19.000000000 
+0100
@@ -3,12 +3,12 @@
 #
 # Fill in `templates'
 #
-# Copyright 1996, 1997, 1999, 2001, 2002, 2003, 2008 M-J. Dominus.
+# Copyright 2013 M. J. Dominus.
 # You may copy and distribute this program under the
 # same terms as Perl iteself.  
 # If in doubt, write to [email protected] for a license.
 #
-# Version 1.45
+# Version 1.46
 
 package Text::Template;
 require 5.004;
@@ -18,7 +18,7 @@
 use vars '$ERROR';
 use strict;
 
-$Text::Template::VERSION = '1.45';
+$Text::Template::VERSION = '1.46';
 my %GLOBAL_PREPEND = ('Text::Template' => '');
 
 sub Version {
@@ -50,7 +50,7 @@
   sub new {
     my $pack = shift;
     my %a = @_;
-    my $stype = uc(_param('type', %a)) || 'FILE';
+    my $stype = uc(_param('type', %a) || "FILE");
     my $source = _param('source', %a);
     my $untaint = _param('untaint', %a);
     my $prepend = _param('prepend', %a);
@@ -296,11 +296,12 @@
   foreach $fi_item (@{$fi_self->{SOURCE}}) {
     my ($fi_type, $fi_text, $fi_lineno) = @$fi_item;
     if ($fi_type eq 'TEXT') {
-      if ($fi_ofh) {
-       print $fi_ofh $fi_text;
-      } else {
-       $fi_r .= $fi_text;
-      }
+      $fi_self->append_text_to_output(
+        text   => $fi_text,
+        handle => $fi_ofh,
+        out    => \$fi_r,
+        type   => $fi_type,
+      );
     } elsif ($fi_type eq 'PROG') {
       no strict;
       my $fi_lcomment = "#line $fi_lineno $fi_filename";
@@ -333,20 +334,22 @@
                               arg => $fi_broken_arg,
                               );
        if (defined $fi_res) {
-         if (defined $fi_ofh) {
-           print $fi_ofh $fi_res;
-         } else {
-           $fi_r .= $fi_res;
-         }
+          $fi_self->append_text_to_output(
+            text   => $fi_res,
+            handle => $fi_ofh,
+            out    => \$fi_r,
+            type   => $fi_type,
+          );
        } else {
          return $fi_res;               # Undefined means abort processing
        }
       } else {
-       if (defined $fi_ofh) {
-         print $fi_ofh $fi_res;
-       } else {
-         $fi_r .= $fi_res;
-       }
+        $fi_self->append_text_to_output(
+          text   => $fi_res,
+          handle => $fi_ofh,
+          out    => \$fi_r,
+          type   => $fi_type,
+        );
       }
     } else {
       die "Can't happen error #2";
@@ -357,6 +360,18 @@
   defined $fi_ofh ? 1 : $fi_r;
 }
 
+sub append_text_to_output {
+  my ($self, %arg) = @_;
+
+  if (defined $arg{handle}) {
+    print { $arg{handle} } $arg{text};
+  } else {
+    ${ $arg{out} } .= $arg{text};
+  }
+
+  return;
+}
+
 sub fill_this_in {
   my $pack = shift;
   my $text = shift;
@@ -469,7 +484,7 @@
 
 =head1 VERSION
 
-This file documents C<Text::Template> version B<1.45>
+This file documents C<Text::Template> version B<1.46>
 
 =head1 SYNOPSIS
 
@@ -1793,9 +1808,20 @@
 It may be useful to preprocess the program fragments before they are
 evaluated.  See C<Text::Template::Preprocess> for more details.
 
+=head2 Automatic postprocessing of template hunks
+
+It may be useful to process hunks of output before they are appended to
+the result text.  For this, subclass and replace the C<append_text_to_result>
+method.  It is passed a list of pairs with these entries:
+
+  handle - a filehandle to which to print the desired output
+  out    - a ref to a string to which to append, to use if handle is not given
+  text   - the text that will be appended
+  type   - where the text came from: TEXT for literal text, PROG for code
+
 =head2 Author
 
-Mark-Jason Dominus, Plover Systems
+Mark Jason Dominus, Plover Systems
 
 Please send questions and other remarks about this software to
 C<[email protected]>
@@ -1808,15 +1834,15 @@
 
 =head2 Support?
 
-This software is version 1.45.  It may have bugs.  Suggestions and bug
+This software is version 1.46.  It may have bugs.  Suggestions and bug
 reports are always welcome.  Send them to
 C<[email protected]>.  (That is my address, not the address
 of the mailing list.  The mailing list address is a secret.)
 
 =head1 LICENSE
 
-    Text::Template version 1.45
-    Copyright (C) 2008 Mark Jason Dominus
+    Text::Template version 1.46
+    Copyright 2013 Mark Jason Dominus
 
     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/00-version.t 
new/Text-Template-1.46/t/00-version.t
--- old/Text-Template-1.45/t/00-version.t       2008-04-17 01:39:41.000000000 
+0200
+++ new/Text-Template-1.46/t/00-version.t       2013-02-11 03:44:26.000000000 
+0100
@@ -3,7 +3,7 @@
 use Text::Template;
 print "1..1\n";
 
-if ($Text::Template::VERSION == 1.45) {
+if ($Text::Template::VERSION == 1.46) {
         print "ok 1\n";
 } else {
         print "not ok 1\n";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/02-hash.t 
new/Text-Template-1.46/t/02-hash.t
--- old/Text-Template-1.45/t/02-hash.t  2008-04-17 01:39:41.000000000 +0200
+++ new/Text-Template-1.46/t/02-hash.t  2013-02-11 03:44:26.000000000 +0100
@@ -5,11 +5,11 @@
 
 use Text::Template;
 
-die "This is the test program for Text::Template version 1.45.
+die "This is the test program for Text::Template version 1.46.
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 
 print "1..12\n";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/03-out.t 
new/Text-Template-1.46/t/03-out.t
--- old/Text-Template-1.45/t/03-out.t   2008-04-17 01:39:41.000000000 +0200
+++ new/Text-Template-1.46/t/03-out.t   2013-02-11 03:44:26.000000000 +0100
@@ -6,11 +6,11 @@
 
 use Text::Template;
 
-die "This is the test program for Text::Template version 1.45
+die "This is the test program for Text::Template version 1.46
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 print "1..1\n";
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/04-safe.t 
new/Text-Template-1.46/t/04-safe.t
--- old/Text-Template-1.45/t/04-safe.t  2008-04-17 01:39:41.000000000 +0200
+++ new/Text-Template-1.46/t/04-safe.t  2013-02-11 03:44:26.000000000 +0100
@@ -13,11 +13,11 @@
   }
 }
 
-die "This is the test program for Text::Template version 1.45.
+die "This is the test program for Text::Template version 1.46.
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 print "1..16\n";
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/05-safe2.t 
new/Text-Template-1.46/t/05-safe2.t
--- old/Text-Template-1.45/t/05-safe2.t 2008-04-17 01:39:41.000000000 +0200
+++ new/Text-Template-1.46/t/05-safe2.t 2013-02-11 03:44:26.000000000 +0100
@@ -13,11 +13,11 @@
   }
 }
 
-die "This is the test program for Text::Template version 1.45.
+die "This is the test program for Text::Template version 1.46.
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 print "1..12\n";
 $n = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/06-ofh.t 
new/Text-Template-1.46/t/06-ofh.t
--- old/Text-Template-1.45/t/06-ofh.t   2008-04-17 01:39:41.000000000 +0200
+++ new/Text-Template-1.46/t/06-ofh.t   2013-02-11 03:44:26.000000000 +0100
@@ -5,11 +5,11 @@
 
 use Text::Template;
 
-die "This is the test program for Text::Template version 1.45.
+die "This is the test program for Text::Template version 1.46.
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 print "1..2\n";
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/07-safe3.t 
new/Text-Template-1.46/t/07-safe3.t
--- old/Text-Template-1.45/t/07-safe3.t 2008-04-17 01:39:41.000000000 +0200
+++ new/Text-Template-1.46/t/07-safe3.t 2013-02-11 03:44:26.000000000 +0100
@@ -12,11 +12,11 @@
   }
 }
 
-die "This is the test program for Text::Template version 1.45.
+die "This is the test program for Text::Template version 1.46.
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 print "1..3\n";
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/08-exported.t 
new/Text-Template-1.46/t/08-exported.t
--- old/Text-Template-1.45/t/08-exported.t      2008-04-17 01:39:41.000000000 
+0200
+++ new/Text-Template-1.46/t/08-exported.t      2013-02-11 03:44:26.000000000 
+0100
@@ -5,11 +5,11 @@
 
 use Text::Template 'fill_in_file', 'fill_in_string';
 
-die "This is the test program for Text::Template version 1.45.
+die "This is the test program for Text::Template version 1.46.
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 print "1..6\n";
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/09-error.t 
new/Text-Template-1.46/t/09-error.t
--- old/Text-Template-1.45/t/09-error.t 2008-04-17 01:39:41.000000000 +0200
+++ new/Text-Template-1.46/t/09-error.t 2013-02-11 03:44:26.000000000 +0100
@@ -5,11 +5,11 @@
 
 use Text::Template;
 
-die "This is the test program for Text::Template version 1.45.
+die "This is the test program for Text::Template version 1.46.
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 print "1..5\n";
 $n = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/10-delimiters.t 
new/Text-Template-1.46/t/10-delimiters.t
--- old/Text-Template-1.45/t/10-delimiters.t    2008-04-17 01:39:41.000000000 
+0200
+++ new/Text-Template-1.46/t/10-delimiters.t    2013-02-11 03:44:26.000000000 
+0100
@@ -5,11 +5,11 @@
 
 use Text::Template;
 
-die "This is the test program for Text::Template version 1.45.
+die "This is the test program for Text::Template version 1.46.
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 print "1..18\n";
 $n = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/11-prepend.t 
new/Text-Template-1.46/t/11-prepend.t
--- old/Text-Template-1.45/t/11-prepend.t       2008-04-17 01:39:41.000000000 
+0200
+++ new/Text-Template-1.46/t/11-prepend.t       2013-02-11 03:44:26.000000000 
+0100
@@ -5,11 +5,11 @@
 
 use Text::Template;
 
-die "This is the test program for Text::Template version 1.45
+die "This is the test program for Text::Template version 1.46
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 print "1..9\n";
 my $n = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/12-preprocess.t 
new/Text-Template-1.46/t/12-preprocess.t
--- old/Text-Template-1.45/t/12-preprocess.t    2008-04-17 01:39:41.000000000 
+0200
+++ new/Text-Template-1.46/t/12-preprocess.t    2013-02-11 03:44:26.000000000 
+0100
@@ -5,11 +5,11 @@
 
 use Text::Template::Preprocess;
 
-die "This is the test program for Text::Template::Preprocess version 1.45.
+die "This is the test program for Text::Template::Preprocess version 1.46.
 You are using version $Text::Template::Preprocess::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::Preprocess::VERSION == 1.45;
+  unless $Text::Template::Preprocess::VERSION == 1.46;
 
 $TMPFILE = "tt$$";
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/13-taint.t 
new/Text-Template-1.46/t/13-taint.t
--- old/Text-Template-1.45/t/13-taint.t 2008-04-17 01:39:41.000000000 +0200
+++ new/Text-Template-1.46/t/13-taint.t 2013-02-11 03:44:26.000000000 +0100
@@ -4,11 +4,11 @@
 use lib 'blib/lib';
 use Text::Template;
 
-die "This is the test program for Text::Template version 1.45.
+die "This is the test program for Text::Template version 1.46.
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 my $r = int(rand(10000));
 my $file = "tt$r";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Text-Template-1.45/t/14-broken.t 
new/Text-Template-1.46/t/14-broken.t
--- old/Text-Template-1.45/t/14-broken.t        2008-04-17 01:39:41.000000000 
+0200
+++ new/Text-Template-1.46/t/14-broken.t        2013-02-11 03:44:26.000000000 
+0100
@@ -7,11 +7,11 @@
 
 $n=1;
 
-die "This is the test program for Text::Template version 1.45.
+die "This is the test program for Text::Template version 1.46.
 You are using version $Text::Template::VERSION instead.
 That does not make sense.\n
 Aborting"
-  unless $Text::Template::VERSION == 1.45;
+  unless $Text::Template::VERSION == 1.46;
 
 # (1) basic error delivery
 { my $r = Text::Template->new(TYPE => 'string',

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to