[Jifty-commit] r6262 - in jifty/trunk: bin

Jifty commits jifty-commit at lists.jifty.org
Fri Jan 23 15:24:25 EST 2009


Author: sartak
Date: Fri Jan 23 15:24:25 2009
New Revision: 6262

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/bin/memory_log

Log:
 r78890 at onn:  sartak | 2009-01-23 15:23:51 -0500
 YAML::Syck seems to be the only one of (YAML, YAML::XS, and YAML::Syck) that processes my log/requests without throwing a fit


Modified: jifty/trunk/bin/memory_log
==============================================================================
--- jifty/trunk/bin/memory_log	(original)
+++ jifty/trunk/bin/memory_log	Fri Jan 23 15:24:25 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 use strict;
 use warnings;
-use YAML 'LoadFile';
+use YAML::Syck 'LoadFile';
 
 @ARGV = glob("log/requests/*.log") if @ARGV == 0;
 die "No files to analyze" if @ARGV == 0;


More information about the Jifty-commit mailing list