[Bast-commits] r8743 - in DBIx-Class-Journal/1.000/trunk: . lib/DBIx/Class

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Thu Feb 18 16:39:31 GMT 2010


Author: frew
Date: 2010-02-18 16:39:31 +0000 (Thu, 18 Feb 2010)
New Revision: 8743

Modified:
   DBIx-Class-Journal/1.000/trunk/Changes
   DBIx-Class-Journal/1.000/trunk/Makefile.PL
   DBIx-Class-Journal/1.000/trunk/lib/DBIx/Class/Journal.pm
Log:
Release 0.900001_03

Modified: DBIx-Class-Journal/1.000/trunk/Changes
===================================================================
--- DBIx-Class-Journal/1.000/trunk/Changes	2010-02-18 16:31:15 UTC (rev 8742)
+++ DBIx-Class-Journal/1.000/trunk/Changes	2010-02-18 16:39:31 UTC (rev 8743)
@@ -1,3 +1,13 @@
+0.900001_03 2010-02-18
+    - Journal schema is now in it's own virtual package instead of being in
+      DBIx::Class::Schema::Journal::DB so a user should be able to have
+      multiple journals without them mingling
+    - No longer depend on Test::TempDir so this should build on windows
+    - Use Class::C3::Componentised instead of DBIx::Class::Componentised
+    - Fixed syntax error in SYNOPSIS
+    - Lots of cleanup (deleting unused files, commented out code, etc)
+    - Switched to Module::Install instead of EU::MM
+
 0.900001_02
     - The one time I forget to run disttest, the MANIFEST file mysteriously
       disappears... *sigh*

Modified: DBIx-Class-Journal/1.000/trunk/Makefile.PL
===================================================================
--- DBIx-Class-Journal/1.000/trunk/Makefile.PL	2010-02-18 16:31:15 UTC (rev 8742)
+++ DBIx-Class-Journal/1.000/trunk/Makefile.PL	2010-02-18 16:39:31 UTC (rev 8743)
@@ -13,7 +13,7 @@
 
 test_requires 'Test::More'          => '0.94';
 test_requires 'DBD::SQLite'         => '1.29';
-test_requires 'SQL::Translator'     => '0.1103'; # we'll make this optional for release
+test_requires 'SQL::Translator'     => '0.11003'; # we'll make this optional for release
 
 requires 'DBIx::Class'              => '0.08115';
 requires 'Class::C3::Componentised' => '1.0006';

Modified: DBIx-Class-Journal/1.000/trunk/lib/DBIx/Class/Journal.pm
===================================================================
--- DBIx-Class-Journal/1.000/trunk/lib/DBIx/Class/Journal.pm	2010-02-18 16:31:15 UTC (rev 8742)
+++ DBIx-Class-Journal/1.000/trunk/lib/DBIx/Class/Journal.pm	2010-02-18 16:39:31 UTC (rev 8743)
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.900001_02';
+our $VERSION = '0.900001_03';
 $VERSION = eval $VERSION; # no errors in dev versions
 
 ## On create/insert, add new entry to AuditLog




More information about the Bast-commits mailing list