[Slashdotjp-dev 388] CVS update: slashjp/Slash/Constants

アーカイブの一覧に戻る

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


Index: slashjp/Slash/Constants/Constants.pm
diff -u slashjp/Slash/Constants/Constants.pm:1.2 slashjp/Slash/Constants/Constants.pm:1.3
--- slashjp/Slash/Constants/Constants.pm:1.2	Wed Dec 22 18:13:32 2004
+++ slashjp/Slash/Constants/Constants.pm	Wed Jul 12 20:41:37 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: Constants.pm,v 1.2 2004/12/22 09:13:32 oliver Exp $
+# $Id: Constants.pm,v 1.3 2006/07/12 11:41:37 sugi Exp $
 
 package Slash::Constants;
 
@@ -29,7 +29,7 @@
 use base 'Exporter';
 use vars qw(@ISA $VERSION @EXPORT @EXPORT_OK %EXPORT_TAGS %CONSTANTS);
 
-($VERSION) = ' $Revision: 1.2 $ ' =~ /\$Revision:\s+([^\s]+)/;
+($VERSION) = ' $Revision: 1.3 $ ' =~ /\$Revision:\s+([^\s]+)/;
 
 constants();
 @EXPORT		= qw();
@@ -111,10 +111,14 @@
 	MSG_CODE_ZOO_CHANGE
 	MSG_CODE_BADPASSWORD
 	MSG_CODE_MODSTATS
+	MSG_CODE_SUBSCRIPTION_LOW
+	MSG_CODE_SUBSCRIPTION_OUT
+	MSG_CODE_SCHEDULECHG
+	MSG_CODE_HTML_INVALID
 
 =cut
 
-# -2 -1 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
+# -2 -1 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
 
 =pod
 
@@ -137,6 +141,19 @@
 
 # 0 1
 
+=head2 reskey
+
+These constants are used for resource keys.
+
+	RESKEY_NOOP
+	RESKEY_SUCCESS
+	RESKEY_FAILURE
+	RESKEY_DEATH
+
+=cut
+
+# -1 0 1 2
+
 =head2 strip
 
 These constants are used to define the modes passed to stripByMode().  Only
@@ -199,4 +216,4 @@
 
 =head1 VERSION
 
-$Id: Constants.pm,v 1.2 2004/12/22 09:13:32 oliver Exp $
+$Id: Constants.pm,v 1.3 2006/07/12 11:41:37 sugi Exp $


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