[Jifty-commit] r838 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Apr 11 21:27:36 EDT 2006


Author: jesse
Date: Tue Apr 11 21:27:35 2006
New Revision: 838

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/LetMe.pm

Log:
 r11539 at hualien:  jesse | 2006-04-11 21:24:41 -0400
 * Don't auto-import Math::BigInt as it's wasteful _and_ it can cause Devel::DProf to segfault.


Modified: jifty/trunk/lib/Jifty/LetMe.pm
==============================================================================
--- jifty/trunk/lib/Jifty/LetMe.pm	(original)
+++ jifty/trunk/lib/Jifty/LetMe.pm	Tue Apr 11 21:27:35 2006
@@ -2,9 +2,9 @@
 use strict;
 
 package Jifty::LetMe;
-use Digest::MD5;
-use Math::BigInt;
-use String::Koremutake;
+use Digest::MD5 ();
+use Math::BigInt ();
+use String::Koremutake ();
 
 use base qw/Jifty::Object Class::Accessor/;
 


More information about the Jifty-commit mailing list