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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Dec 29 08:32:54 EST 2005


Author: jesse
Date: Thu Dec 29 08:32:53 2005
New Revision: 425

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

Log:
 r21865 at truegrounds:  jesse | 2005-12-28 12:20:49 -0500
 * Fixed a missing dep
 * .051228


Modified: jifty/trunk/META.yml
==============================================================================
--- jifty/trunk/META.yml	(original)
+++ jifty/trunk/META.yml	Thu Dec 29 08:32:53 2005
@@ -6,7 +6,7 @@
 requires:
   perl: 5.8.3
   Apache::Session: 0
-  App::CLI: 0.02
+  App::CLI: 0.03
   CGI: 0
   CGI::Cookie: 0
   Cache::Cache: 0

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Thu Dec 29 08:32:53 2005
@@ -3,7 +3,7 @@
 # this is a dev version, CPAN.pm will not install by default
 requires(perl => '5.8.3');
 requires('Apache::Session');
-requires('App::CLI' => 0.03 ); # App::CLI::Command::Help
+requires('App::CLI' => 0.03 ); # App::CLI::Command::Help App::CLI::Command
 requires('CGI');                   # CGI::Fast
 requires('CGI::Cookie');
 requires('Cache::Cache'); #Cache::FileCache

Modified: jifty/trunk/lib/Jifty.pm
==============================================================================
--- jifty/trunk/lib/Jifty.pm	(original)
+++ jifty/trunk/lib/Jifty.pm	Thu Dec 29 08:32:53 2005
@@ -3,7 +3,7 @@
 
 package Jifty;
 
-our $VERSION = '0.51225_01';
+our $VERSION = '0.51228';
 
 =head1 NAME
 


More information about the Jifty-commit mailing list