Tatsuki SUGIURA
sugi****@users*****
2006年 7月 12日 (水) 20:41:57 JST
Index: slashjp/plugins/Search/SOAP/SOAP.pm diff -u slashjp/plugins/Search/SOAP/SOAP.pm:1.3 slashjp/plugins/Search/SOAP/SOAP.pm:1.4 --- slashjp/plugins/Search/SOAP/SOAP.pm:1.3 Fri Dec 31 21:37:14 2004 +++ slashjp/plugins/Search/SOAP/SOAP.pm Wed Jul 12 20:41:57 2006 @@ -1,7 +1,7 @@ # This code is a part of Slash, and is released under the GPL. -# Copyright 1997-2004 by Open Source Development Network. See README +# Copyright 1997-2005 by Open Source Technology Group. See README # and COPYING for more information, or see http://slashcode.com/. -# $Id: SOAP.pm,v 1.3 2004/12/31 12:37:14 oliver Exp $ +# $Id: SOAP.pm,v 1.4 2006/07/12 11:41:57 sugi Exp $ package Slash::Search::SOAP; @@ -11,7 +11,7 @@ use vars qw($VERSION); use base 'Slash::DB::Utility'; -($VERSION) = ' $Revision: 1.3 $ ' =~ /\$Revision:\s+([^\s]+)/; +($VERSION) = ' $Revision: 1.4 $ ' =~ /\$Revision:\s+([^\s]+)/; # As a note I will be adding support for sort later. # I want to make it easy for people just to pass in a string Index: slashjp/plugins/Search/SOAP/search_client.pl diff -u slashjp/plugins/Search/SOAP/search_client.pl:1.2 slashjp/plugins/Search/SOAP/search_client.pl:1.3 --- slashjp/plugins/Search/SOAP/search_client.pl:1.2 Fri Dec 24 05:13:44 2004 +++ slashjp/plugins/Search/SOAP/search_client.pl Wed Jul 12 20:41:57 2006 @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $Id: search_client.pl,v 1.2 2004/12/23 20:13:44 oliver Exp $ +# $Id: search_client.pl,v 1.3 2006/07/12 11:41:57 sugi Exp $ use strict; use Data::Dumper;