From: Dagfinn Ilmari Mannsåker Date: Sat, 9 Feb 2008 17:17:29 +0000 (+0000) Subject: Unnhide the Oracle module now that the CPAN perms are fixed X-Git-Tag: 0.04999_02~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d87d939ae66f7a501e5c0b13379db206687e34ed;hp=fb328d1a79d2c6187169909b074426e24aa04cac;p=dbsrgits%2FDBIx-Class-Schema-Loader.git Unnhide the Oracle module now that the CPAN perms are fixed --- diff --git a/Changes b/Changes index 1127e4c..76f2731 100644 --- 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 diff --git a/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm b/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm index 957dd36..fd74bf1 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/Oracle.pm @@ -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;