Tatsuki SUGIURA
sugi****@users*****
2006年 7月 12日 (水) 20:41:36 JST
Index: slashjp/Bundle/.cvsignore diff -u slashjp/Bundle/.cvsignore:1.1.1.1 slashjp/Bundle/.cvsignore:1.2 --- slashjp/Bundle/.cvsignore:1.1.1.1 Wed Jan 28 06:53:50 2004 +++ slashjp/Bundle/.cvsignore Wed Jul 12 20:41:36 2006 @@ -1 +1,2 @@ Bundle-Slash-* +.lwpcookies Index: slashjp/Bundle/README diff -u slashjp/Bundle/README:1.2 slashjp/Bundle/README:1.3 --- slashjp/Bundle/README:1.2 Wed Dec 22 05:54:52 2004 +++ slashjp/Bundle/README Wed Jul 12 20:41:36 2006 @@ -1,4 +1,4 @@ -# $Id: README,v 1.2 2004/12/21 20:54:52 oliver Exp $ +# $Id: README,v 1.3 2006/07/12 11:41:36 sugi Exp $ This is a Bundle file for Slash, the code that runs Slashdot. See http://slashcode.com/ for more information. It is geared toward Slash 2.2.x and later versions, but should work fine for older versions of Index: slashjp/Bundle/Slash.pm diff -u slashjp/Bundle/Slash.pm:1.3 slashjp/Bundle/Slash.pm:1.4 --- slashjp/Bundle/Slash.pm:1.3 Fri Dec 31 21:35:42 2004 +++ slashjp/Bundle/Slash.pm Wed Jul 12 20:41:36 2006 @@ -1,10 +1,10 @@ package Bundle::Slash; # -# $Id: Slash.pm,v 1.3 2004/12/31 12:35:42 oliver Exp $ +# $Id: Slash.pm,v 1.4 2006/07/12 11:41:36 sugi Exp $ # -$Bundle::Slash::VERSION = '2.34'; +$Bundle::Slash::VERSION = '2.51'; 1; @@ -109,6 +109,15 @@ Lingua::Stem +URI::Find + +Config::General - HTML validator + +Set::IntSpan - HTML validator + +Text::Iconv - HTML validator + +Data::JavaScript::Anon - perl2js data structures =head1 DESCRIPTION @@ -119,6 +128,6 @@ and thus not installed by default, but which may become required as you edit your site configuration, are: Cache::Memcached Silly::Werder GD GD::Text GD::Graph Apache::SSI Apache::RegistryFilter GraphViz -Net::IRC Proc::ProcessTable +Net::IRC Proc::ProcessTable Net::Jabber IO::Socket::SSL =cut