[Jifty-commit] r2826 - jifty/branches/template-declare

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Feb 23 14:59:25 EST 2007


Author: jesse
Date: Fri Feb 23 14:59:24 2007
New Revision: 2826

Modified:
   jifty/branches/template-declare/   (props changed)
   jifty/branches/template-declare/AUTHORS
   jifty/branches/template-declare/Makefile.PL

Log:
 r48462 at 233 (orig r2817):  ewhipple | 2007-02-22 21:30:50 -0500
  r2616 at nvidious:  edgar | 2007-02-21 09:18:43 -0500
   r2614 at nvidious (orig r2809):  sterling | 2007-02-21 07:37:41 -0500
   Updated the documentation a bit more.
   r2615 at nvidious (orig r2810):  sterling | 2007-02-21 08:50:22 -0500
   added a CUSTOMIZATION section to the Jifty::Action docs
  
 
 r48463 at 233 (orig r2818):  ewhipple | 2007-02-22 21:30:57 -0500
  r2620 at nvidious:  edgar | 2007-02-22 21:04:51 -0500
   r2617 at nvidious (orig r2814):  alexmv | 2007-02-22 01:23:17 -0500
    r17368 at zoq-fot-pik:  chmrr | 2007-02-22 01:23:13 -0500
     * Fix POD error
     * Jifty->bus errors if Jifty->config is not defined; be more cautious on test cleanup
   
   r2618 at nvidious (orig r2815):  audreyt | 2007-02-22 05:23:13 -0500
   * Merge from trunk to T-D branch; no tests were affected.
   r2619 at nvidious (orig r2816):  audreyt | 2007-02-22 11:57:07 -0500
   * Merge from trunk to V-M branch; no test results affected.
  
 
 r48464 at 233 (orig r2819):  ewhipple | 2007-02-22 21:31:03 -0500
  r2621 at nvidious:  edgar | 2007-02-22 21:12:26 -0500
  New commit bit
 
 r48486 at 233 (orig r2820):  ternus | 2007-02-22 22:38:10 -0500
 YAML.pm is currently required even if YAML::Syck is present.
 The Makefile now requires YAML even if you have a C compiler 
 and are installing YAML::Syck.
 
 
 r48487 at 233 (orig r2821):  ternus | 2007-02-22 22:38:42 -0500
 Added myself (Christian Ternus <ternus at mit.edu>) to the
 AUTHORS file.
 
 


Modified: jifty/branches/template-declare/AUTHORS
==============================================================================
--- jifty/branches/template-declare/AUTHORS	(original)
+++ jifty/branches/template-declare/AUTHORS	Fri Feb 23 14:59:24 2007
@@ -22,3 +22,5 @@
 Agent Zhang <agentzh at gmail.com>
 Pawel Murias <pmurias at woobling.org>
 Andrew Sterling Hanenkamp <sterling at hanenkamp.com>
+Edgar Whipple <jifty at misterwhipple.com>
+Christian Ternus <ternus at mit.edu>

Modified: jifty/branches/template-declare/Makefile.PL
==============================================================================
--- jifty/branches/template-declare/Makefile.PL	(original)
+++ jifty/branches/template-declare/Makefile.PL	Fri Feb 23 14:59:24 2007
@@ -71,6 +71,9 @@
 if (can_cc()) {
     # Always require the Syck bindings if a C compiler is available
     requires('YAML::Syck' => 0.71);
+    requires('YAML' => 0.35); 	# Use YAML::Dump for the moment since YAML.pm segfaults on
+				# reading stupidly long (~20K characters) double-quoted
+				# strings, and we need to produce YAML.pm-readable output.
     requires('JSON::Syck' => 0.15);
 }
 else {


More information about the Jifty-commit mailing list