[Jifty-commit] r7565 - Template-Declare/branches/mixmaster/lib/Template

Jifty commits jifty-commit at lists.jifty.org
Fri Oct 16 13:01:16 EDT 2009


Author: theory
Date: Fri Oct 16 13:01:15 2009
New Revision: 7565

Modified:
   Template-Declare/branches/mixmaster/lib/Template/Declare.pm

Log:
Didn't mean to leave that in there.


Modified: Template-Declare/branches/mixmaster/lib/Template/Declare.pm
==============================================================================
--- Template-Declare/branches/mixmaster/lib/Template/Declare.pm	(original)
+++ Template-Declare/branches/mixmaster/lib/Template/Declare.pm	Fri Oct 16 13:01:15 2009
@@ -1529,7 +1529,6 @@
     my $coderef = shift;
     no strict 'refs';
     no warnings 'redefine';
-    die 'WTF?' unless $coderef;
     *{ $class . '::' . $subname } = $coderef;
 }
 


More information about the Jifty-commit mailing list