[Jifty-commit] r482 - Jifty-DBI/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Jan 8 10:02:02 EST 2006


Author: jesse
Date: Sun Jan  8 10:02:02 2006
New Revision: 482

Modified:
   /   (props changed)
   Jifty-DBI/trunk/META.yml
   Jifty-DBI/trunk/lib/Jifty/DBI.pm

Log:
 r22206 at truegrounds:  jesse | 2006-01-08 11:00:23 +0100
 * 0.10


Modified: Jifty-DBI/trunk/META.yml
==============================================================================
--- Jifty-DBI/trunk/META.yml	(original)
+++ Jifty-DBI/trunk/META.yml	Sun Jan  8 10:02:02 2006
@@ -2,7 +2,7 @@
   DBD::SQLite: 0
   Test::More: 0.52
 distribution_type: module
-generated_by: Module::Install version 0.52
+generated_by: Module::Install version 0.50
 license: perl
 name: Jifty-DBI
 no_index:
@@ -13,17 +13,17 @@
 requires:
   Cache::Simple::TimedExpiry: 0.21
   Class::Accessor: 0
-  Class::ReturnValue: 0.4
   Class::Data::Inheritable: 0
-  Class::Accessor: 0
+  Class::ReturnValue: 0.4
   Clone: 0
   DBI: 0
+  DBIx::DBSchema: 0.28
   Data::Page: 0
   DateTime: 0
   DateTime::Format::Strptime: 0
-no_index:
-  directory:
-    - t
-    - ex
-    - inc
-generated_by: Module::Install version 0.46
+  Encode: 2.1
+  Exporter::Lite: 0
+  Lingua::EN::Inflect: 0
+  UNIVERSAL::require: 0
+  perl: 5.8.3
+version: 0.09

Modified: Jifty-DBI/trunk/lib/Jifty/DBI.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI.pm	Sun Jan  8 10:02:02 2006
@@ -3,7 +3,7 @@
 use strict;
 
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 
 =head1 NAME


More information about the Jifty-commit mailing list