kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2011-03-01 03:25 pm

[dw-free] remove unneeded third party modules

[commit: http://hg.dwscoalition.org/dw-free/rev/08e9451d3370]

http://bugs.dwscoalition.org/show_bug.cgi?id=2715

The Oracle module is back in Data-ObjectDriver, so we need to resume
skipping the relevant compile test for the module.

Patch by [personal profile] kareila.

Files modified:
  • t/00-compile.t
--------------------------------------------------------------------------------
diff -r 94f593a5f7a6 -r 08e9451d3370 t/00-compile.t
--- a/t/00-compile.t	Tue Mar 01 17:42:03 2011 +0800
+++ b/t/00-compile.t	Tue Mar 01 09:25:31 2011 -0600
@@ -16,6 +16,7 @@ my %SKIP = (
     'Test/FakeApache.pm'      => 'needs Apache::Constants',
 
     'Data/ObjectDriver/Driver/DBD/SQLite.pm' => 'Bareword "DBI::SQL_BLOB"',
+    'Data/ObjectDriver/Driver/DBD/Oracle.pm' => 'no Oracle',
 
     'cgi-bin/lj-bml-init.pl' => 'BML::register_isocode called from non-conffile context',
     'cgi-bin/lj-bml-blocks.pl' => 'BML::register_block called from non-lookfile context',
--------------------------------------------------------------------------------