[Slashdotjp-dev 1032] [559] * Fix Prototype mismatch: sub main::EOF: none vs () at

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 3月 31日 (月) 21:09:17 JST


Revision: 559
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=slashdotjp&view=rev&rev=559
Author:   tach
Date:     2008-03-31 21:09:17 +0900 (Mon, 31 Mar 2008)

Log Message:
-----------
 * Fix Prototype mismatch: sub main::EOF: none vs () at
   /var/lib/slash/site/slashdot.jp/tasks/zoo_run_people_log.pl

Modified Paths:
--------------
    slashjp/branches/2.5.0.192/debian/changelog
    slashjp/branches/2.5.0.192/plugins/Zoo/zoo_run_people_log.pl


-------------- next part --------------
Modified: slashjp/branches/2.5.0.192/debian/changelog
===================================================================
--- slashjp/branches/2.5.0.192/debian/changelog	2008-03-28 09:52:11 UTC (rev 558)
+++ slashjp/branches/2.5.0.192/debian/changelog	2008-03-31 12:09:17 UTC (rev 559)
@@ -2,8 +2,10 @@
 
   * Fix continue: firehose color for bookmark feed to same as normal bookmarks
     at tagboxes
+  * Fix Prototype mismatch: sub main::EOF: none vs () at
+    /var/lib/slash/site/slashdot.jp/tasks/zoo_run_people_log.pl
 
- -- Taku YASUI <tach****@osdn*****>  Thu, 27 Mar 2008 06:46:20 +0000
+ -- Taku YASUI <tach****@osdn*****>  Mon, 31 Mar 2008 12:07:49 +0000
 
 slash (2.5.0.192-8) unstable; urgency=low
 

Modified: slashjp/branches/2.5.0.192/plugins/Zoo/zoo_run_people_log.pl
===================================================================
--- slashjp/branches/2.5.0.192/plugins/Zoo/zoo_run_people_log.pl	2008-03-28 09:52:11 UTC (rev 558)
+++ slashjp/branches/2.5.0.192/plugins/Zoo/zoo_run_people_log.pl	2008-03-31 12:09:17 UTC (rev 559)
@@ -3,7 +3,7 @@
 # $Id$
 
 use strict;
-use Slash::Constants qw( :messages :slashd :people );
+use Slash::Constants qw( :messages :slashd );
 use Slash::Display;
 
 use vars qw( %task $me );


Slashdotjp-dev メーリングリストの案内
Back to archive index