[SCM] Debian packaging of libcatalyst-view-tt-perl branch, master, updated. aa0d07b11bd9d9d6aa80c834cb3afb89f3df78a1

Florian Schlichting fschlich at zedat.fu-berlin.de
Fri Feb 17 20:46:06 UTC 2012


The following commit has been merged in the master branch:
commit 31581c72b683882bf1f707abbb1f0122aaf4c31d
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Fri Feb 17 21:42:31 2012 +0100

    added fix_test_warning.patch

diff --git a/debian/changelog b/debian/changelog
index b719d68..cfff657 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libcatalyst-view-tt-perl (0.38-1) UNRELEASED; urgency=low
   * Imported Upstream version 0.38.
   * Added Luke Saunders to upstream copyright holders (he was added to
     lib/Catalyst/View/TT.pm in version 0.35)
+  * Added fix_test_warning.patch.
 
  -- Ansgar Burchardt <ansgar at debian.org>  Wed, 27 Jul 2011 18:41:02 +0200
 
diff --git a/debian/patches/fix_test_warning.patch b/debian/patches/fix_test_warning.patch
new file mode 100644
index 0000000..5bddea9
--- /dev/null
+++ b/debian/patches/fix_test_warning.patch
@@ -0,0 +1,15 @@
+Description: fix a typo that causes a warning to be emmitted during testing
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75104
+
+--- a/t/lib/TestApp/Controller/Root.pm
++++ b/t/lib/TestApp/Controller/Root.pm
+@@ -49,7 +49,7 @@
+     my ($self, $c) = @_;
+     my $tmpl = $c->req->param('msg');
+     
+-    $c->stash->{message} = $c->view('TT::AppConfig')->render($c, \$tmpl);
++    $c->stash->{message} = $c->view('TT::Appconfig')->render($c, \$tmpl);
+     $c->stash->{template} = 'test.tt';
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2b85f3a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_test_warning.patch

-- 
Debian packaging of libcatalyst-view-tt-perl



More information about the Pkg-perl-cvs-commits mailing list