Fallback on Template::Exception's overloading wasn't turned on, so doing
something as simple as:

  if ($exception ne "Problem")
  {
    ...
  }

Caused all kinds of problems.  I've patched the code (and tests) to DTRT
now.

Mark.

-- 
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.ourshack.com/mailman/listinfo/templates

Reply via email to