[Bps-public-commit] template-declare branch, master, updated. 2d7e0b82182e09822e1bcd8f9bcd82195310389f

sartak at bestpractical.com sartak at bestpractical.com
Sun Nov 1 16:05:54 EST 2009


The branch, master has been updated
       via  2d7e0b82182e09822e1bcd8f9bcd82195310389f (commit)
      from  72fa8a90466c817a009114f475b4abd4010b47c1 (commit)

Summary of changes:
 t/strict.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 2d7e0b82182e09822e1bcd8f9bcd82195310389f
Author: David E. Wheeler <david at justatheory.com>
Date:   Sun Nov 1 13:04:05 2009 -0800

    Eliminate warning during tests.

diff --git a/t/strict.t b/t/strict.t
index 7283db7..681a559 100644
--- a/t/strict.t
+++ b/t/strict.t
@@ -52,7 +52,7 @@ like $err,
 
 undef $@;
 eval { Template::Declare->show('oops' ) };
-ok my $err = $@, 'Should get exception for duplicate "id"';
+ok $err = $@, 'Should get exception for duplicate "id"';
 like $err,
     qr/HTML appears to contain illegal duplicate element id: foo/,
     '... and it should be about the duplicate "id" attribute';

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list