[dw-free] update cgi-bin/LJ/ConfCheck/General.pm
[commit: http://hg.dwscoalition.org/dw-free/rev/0f3e0f45d8c8]
http://bugs.dwscoalition.org/show_bug.cgi?id=2229
Fix compile test; not integrating the two because they serve different
functions.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2229
Fix compile test; not integrating the two because they serve different
functions.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/ConfCheck/General.pm
- t/00-compile.t
-------------------------------------------------------------------------------- diff -r 9b94348c53df -r 0f3e0f45d8c8 cgi-bin/LJ/ConfCheck/General.pm --- a/cgi-bin/LJ/ConfCheck/General.pm Wed Oct 20 14:17:00 2010 +0800 +++ b/cgi-bin/LJ/ConfCheck/General.pm Wed Oct 20 15:47:35 2010 +0800 @@ -18,6 +18,7 @@ package LJ::ConfCheck; package LJ::ConfCheck; use strict; +use LJ::ConfCheck; add_singletons(qw( @USER_TABLES $PROTOCOL_VER $MAX_DVERSION diff -r 9b94348c53df -r 0f3e0f45d8c8 t/00-compile.t --- a/t/00-compile.t Wed Oct 20 14:17:00 2010 +0800 +++ b/t/00-compile.t Wed Oct 20 15:47:35 2010 +0800 @@ -13,8 +13,6 @@ my $dir = File::Temp::tempdir( CLEANUP = # instead of waiting them to be fixed we are skipping them for now # They should be fixed or marked why they cannot run. my %SKIP = ( - 'LJ/ConfCheck/General.pm' => 'needs to be integrated into LJ::ConfCheck', - 'Test/FakeApache.pm' => 'needs Apache::Constants', 'Apache/CompressClientFixup.pm' => 'needs Apache::Constants', --------------------------------------------------------------------------------