[Jifty-commit] r1205 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Jun 8 00:37:15 EDT 2006


Author: clkao
Date: Thu Jun  8 00:37:14 2006
New Revision: 1205

Modified:
   jifty/trunk/lib/Jifty/YAML.pm

Log:
Fix a deadly typo that pushed us back to the YAML.pm dark age.

Modified: jifty/trunk/lib/Jifty/YAML.pm
==============================================================================
--- jifty/trunk/lib/Jifty/YAML.pm	(original)
+++ jifty/trunk/lib/Jifty/YAML.pm	Thu Jun  8 00:37:14 2006
@@ -19,7 +19,7 @@
     no strict 'refs';
     no warnings 'once';
 
-    if ( eval { require YAML::Syck; $YAML::Syck->VERSION(0.27) } ) {
+    if ( eval { require YAML::Syck; YAML::Syck->VERSION(0.27) } ) {
         *Load     = *YAML::Syck::Load;
 
         # XXX Force non-Syck Dump until it can handle dumping circular


More information about the Jifty-commit mailing list