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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jan 2 22:15:38 EST 2007


Author: kevinr
Date: Tue Jan  2 22:15:37 2007
New Revision: 2453

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

Log:
 r30054 at sad-girl-in-snow:  kevinr | 2007-01-02 19:36:53 -0600
 * Added Data::UUID to the Makefile.PL and made sure we use'd it in Jifty.pm


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Tue Jan  2 22:15:37 2007
@@ -16,6 +16,7 @@
 requires('CSS::Squish' => 0.05 );
 requires('DBD::SQLite' => 1.11 );
 requires('Data::Page');
+requires('Data::UUID');
 requires('DateTime');
 requires('Date::Manip');
 requires('Email::Folder');

Modified: jifty/trunk/lib/Jifty.pm
==============================================================================
--- jifty/trunk/lib/Jifty.pm	(original)
+++ jifty/trunk/lib/Jifty.pm	Tue Jan  2 22:15:37 2007
@@ -3,6 +3,7 @@
 
 package Jifty;
 use IPC::PubSub 0.22;
+use Data::UUID;
 use encoding 'utf8';
 # Work around the fact that Time::Local caches thing on first require
 BEGIN { local $ENV{'TZ'} = "GMT";  require Time::Local;}


More information about the Jifty-commit mailing list