[Jifty-commit] r3285 - in Template-Declare: lib/Template/Declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue May 22 15:58:50 EDT 2007


Author: jesse
Date: Tue May 22 15:58:47 2007
New Revision: 3285

Modified:
   Template-Declare/   (props changed)
   Template-Declare/lib/Template/Declare/Tags.pm

Log:
 r57042 at pinglin:  jesse | 2007-05-22 15:56:19 -0400
  * 5.6 didn't like using undef as an array ref


Modified: Template-Declare/lib/Template/Declare/Tags.pm
==============================================================================
--- Template-Declare/lib/Template/Declare/Tags.pm	(original)
+++ Template-Declare/lib/Template/Declare/Tags.pm	Tue May 22 15:58:47 2007
@@ -217,7 +217,7 @@
 use CGI ();
 our %TAGS = (
     map { $_ => +{} }
-        map {@$_} @CGI::EXPORT_TAGS{qw/:html2 :html3 :html4 :netscape :form/}
+        map {@{$_||[]}} @CGI::EXPORT_TAGS{qw/:html2 :html3 :html4 :netscape :form/}
 );
 install_tag($_) for keys %TAGS;
 


More information about the Jifty-commit mailing list