[Slashdotjp-dev 401] CVS update: slashjp/Slash/Display/Plugin

アーカイブの一覧に戻る

Tatsuki SUGIURA sugi****@users*****
2006年 7月 12日 (水) 20:41:40 JST


Index: slashjp/Slash/Display/Plugin/Plugin.pm
diff -u slashjp/Slash/Display/Plugin/Plugin.pm:1.3 slashjp/Slash/Display/Plugin/Plugin.pm:1.4
--- slashjp/Slash/Display/Plugin/Plugin.pm:1.3	Fri Dec 31 21:35:46 2004
+++ slashjp/Slash/Display/Plugin/Plugin.pm	Wed Jul 12 20:41:39 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: Plugin.pm,v 1.3 2004/12/31 12:35:46 oliver Exp $
+# $Id: Plugin.pm,v 1.4 2006/07/12 11:41:39 sugi Exp $
 
 package Slash::Display::Plugin;
 
@@ -12,7 +12,6 @@
 
 =head1 SYNOPSIS
 
-	[% USE Slash %]
 	[% Slash.someFunction('some data') %]
 	[% Slash.db.someMethod(var1, var2) %]
 
@@ -22,7 +21,7 @@
 Call available exported functions from Slash and Slash::Utility
 from within your template.  Also call methods from Slash::DB
 with the C<db> method.  Constants from Slash::Constants are
-available.  Invoke with C<[% USE Slash %]>.
+available.
 
 C<[% Slash.version %]> gives the version of Slash.
 C<[% Slash.VERSION %]> (note case) gives the version
@@ -64,7 +63,7 @@
 use Slash::Utility ();
 use base qw(Template::Plugin);
 
-($VERSION) = ' $Revision: 1.3 $ ' =~ /\$Revision:\s+([^\s]+)/;
+($VERSION) = ' $Revision: 1.4 $ ' =~ /\$Revision:\s+([^\s]+)/;
 
 # BENDER: Forget your stupid theme park!  I'm gonna make my own!
 # With hookers!  And blackjack!  In fact, forget the theme park!


Slashdotjp-dev メーリングリストの案内
アーカイブの一覧に戻る