[Bast-commits] r4049 - in
branches/DBIx-Class-Schema-Loader/current: .
lib/DBIx/Class/Schema/Loader/DBI
ilmari at dev.catalyst.perl.org
ilmari at dev.catalyst.perl.org
Sat Feb 9 17:17:29 GMT 2008
Author: ilmari
Date: 2008-02-09 17:17:29 +0000 (Sat, 09 Feb 2008)
New Revision: 4049
Modified:
branches/DBIx-Class-Schema-Loader/current/Changes
branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
Log:
Unnhide the Oracle module now that the CPAN perms are fixed
Modified: branches/DBIx-Class-Schema-Loader/current/Changes
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/Changes 2008-02-09 15:31:48 UTC (rev 4048)
+++ branches/DBIx-Class-Schema-Loader/current/Changes 2008-02-09 17:17:29 UTC (rev 4049)
@@ -2,6 +2,8 @@
0.04999_02 Not yet released
- Add is_auto_increment detection for Oracle
+ - Unnhide the Oracle module now that the CPAN perms are sorted
+ out. Thanks to Tsunoda Kazuya for the quick response.
0.04999_01 Tue Feb 5, 2008
- Mark foreign key columns with is_foreign_key => 1
Modified: branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm
===================================================================
--- branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm 2008-02-09 15:31:48 UTC (rev 4048)
+++ branches/DBIx-Class-Schema-Loader/current/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm 2008-02-09 17:17:29 UTC (rev 4049)
@@ -1,6 +1,4 @@
-package # hide from pause/cpan for now, as there's a permissions
- # issue and it's screwing the rest of the package
- DBIx::Class::Schema::Loader::DBI::Oracle;
+package DBIx::Class::Schema::Loader::DBI::Oracle;
use strict;
use warnings;
More information about the Bast-commits
mailing list