Tatsuki SUGIURA
sugi****@users*****
2006年 7月 12日 (水) 20:41:39 JST
Index: slashjp/Slash/DB/Static/PostgreSQL/PostgreSQL.pm diff -u slashjp/Slash/DB/Static/PostgreSQL/PostgreSQL.pm:1.2 slashjp/Slash/DB/Static/PostgreSQL/PostgreSQL.pm:1.3 --- slashjp/Slash/DB/Static/PostgreSQL/PostgreSQL.pm:1.2 Wed Dec 22 18:13:35 2004 +++ slashjp/Slash/DB/Static/PostgreSQL/PostgreSQL.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: PostgreSQL.pm,v 1.2 2004/12/22 09:13:35 oliver Exp $ +# $Id: PostgreSQL.pm,v 1.3 2006/07/12 11:41:39 sugi Exp $ package Slash::DB::Static::PostgreSQL; use strict; @@ -11,7 +11,7 @@ use base 'Slash::DB::PostgreSQL'; use base 'Slash::DB::Static::MySQL'; -($VERSION) = ' $Revision: 1.2 $ ' =~ /\$Revision:\s+([^\s]+)/; +($VERSION) = ' $Revision: 1.3 $ ' =~ /\$Revision:\s+([^\s]+)/; # FRY: Whoa, slow down. You're going a mile a minute.