Unnhide the Oracle module now that the CPAN perms are fixed
Dagfinn Ilmari Mannsåker [Sat, 9 Feb 2008 17:17:29 +0000 (17:17 +0000)]
Changes
lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm

diff --git a/Changes b/Changes
index 1127e4c..76f2731 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension DBIx::Class::Schema::Loader
 
 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
index 957dd36..fd74bf1 100644 (file)
@@ -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;