fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-12-10 06:55 am

[dw-free] remove unneeded third party modules

[commit: http://hg.dwscoalition.org/dw-free/rev/2781a118a7bc]

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

We don't need to guard against this warning, because the module no longer
exists.

Patch by [personal profile] kareila.

Files modified:
  • t/00-compile.t
--------------------------------------------------------------------------------
diff -r 66a74c934a30 -r 2781a118a7bc t/00-compile.t
--- a/t/00-compile.t	Fri Dec 10 14:53:15 2010 +0800
+++ b/t/00-compile.t	Fri Dec 10 14:54:51 2010 +0800
@@ -16,7 +16,6 @@ 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',
--------------------------------------------------------------------------------