mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-12-23 06:10 pm

[dw-free] Remove ljlib-local.pl and dw-nonfree.pl

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

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

These files no longer exist, hence, they do not need compile testing.

Patch by [staff profile] mark.

Files modified:
  • cgi-bin/ljlib-local.pl
  • t/00-compile.t
--------------------------------------------------------------------------------
diff -r a39b223b012c -r ddae2ed90eae cgi-bin/ljlib-local.pl
--- a/cgi-bin/ljlib-local.pl	Wed Dec 23 18:05:01 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-# This file is loaded early on.  If you want to add your own methods or load
-# modules or other things and you don't want to create a hook module you can
-# stick them here.
-
-
-1;
diff -r a39b223b012c -r ddae2ed90eae t/00-compile.t
--- a/t/00-compile.t	Wed Dec 23 18:05:01 2009 +0000
+++ b/t/00-compile.t	Wed Dec 23 18:10:08 2009 +0000
@@ -31,11 +31,9 @@ my %SKIP = (
     'Data/ObjectDriver/Driver/DBD/SQLite.pm' => 'Bareword "DBI::SQL_BLOB"',
     'Data/ObjectDriver/Driver/DBD/Oracle.pm' => 'no Oracle',
 
-    'cgi-bin/dw-nonfree.pl' => 'Undefined subroutine &LJ::register_hook',
     'cgi-bin/ljdefaults.pl' => 'Cant return outside a subroutine at cgi-bin/ljdefaults.pl',    
     'cgi-bin/modperl.pl'    => 'Cant locate object method "server" via package "Apache2::ServerUtil"',
     'cgi-bin/lj-bml-init.pl' => 'Undefined subroutine &BML::register_isocode',
-    'cgi-bin/ljlib-local.pl' => 'Undefined subroutine &LJ::register_hook',
     'cgi-bin/lj-bml-blocks.pl' => 'Undefined subroutine &BML::register_block',
     'cgi-bin/ljuserpics.pl'  => 'croak is not imported',
 );
--------------------------------------------------------------------------------