[dw-free] remove unneeded third party modules
[commit: http://hg.dwscoalition.org/dw-free/rev/66a74c934a30]
http://bugs.dwscoalition.org/show_bug.cgi?id=2715
We no longer use this -- it's an Apache 1.3 module, and it's not in any of
our configs.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2715
We no longer use this -- it's an Apache 1.3 module, and it's not in any of
our configs.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cvs/multicvs.conf
- t/00-compile.t
-------------------------------------------------------------------------------- diff -r e57798960719 -r 66a74c934a30 cvs/multicvs.conf --- a/cvs/multicvs.conf Thu Dec 09 23:27:52 2010 -0600 +++ b/cvs/multicvs.conf Fri Dec 10 14:53:15 2010 +0800 @@ -62,7 +62,6 @@ CSS-Cleaner/lib/CSS/Cleaner.pm CSS-Cleaner/lib/CSS/Cleaner.pm cgi-bin/CSS/Cleaner.pm miscperl/DBI/Role.pm cgi-bin/DBI/Role.pm -miscperl/Apache/CompressClientFixup.pm cgi-bin/Apache/CompressClientFixup.pm miscperl/HTMLCleaner.pm cgi-bin/HTMLCleaner.pm miscperl/S2/Color.pm cgi-bin/S2/Color.pm miscperl/Danga-Daemon/Daemon.pm cgi-bin/Danga/Daemon.pm diff -r e57798960719 -r 66a74c934a30 t/00-compile.t --- a/t/00-compile.t Thu Dec 09 23:27:52 2010 -0600 +++ b/t/00-compile.t Fri Dec 10 14:53:15 2010 +0800 @@ -14,7 +14,6 @@ my $dir = File::Temp::tempdir( CLEANUP = # They should be fixed or marked why they cannot run. my %SKIP = ( 'Test/FakeApache.pm' => 'needs Apache::Constants', - 'Apache/CompressClientFixup.pm' => 'needs Apache::Constants', 'Data/ObjectDriver/Driver/DBD/SQLite.pm' => 'Bareword "DBI::SQL_BLOB"', 'Data/ObjectDriver/Driver/DBD/Oracle.pm' => 'no Oracle', --------------------------------------------------------------------------------