From: Chris W. <la...@us...> - 2005-03-18 04:10:56
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/comments/OpenInteract2/SQLInstall Modified Files: Comments.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Comments.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/SQLInstall/Comments.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Comments.pm 4 Mar 2005 15:22:11 -0000 1.5 --- Comments.pm 18 Mar 2005 04:09:46 -0000 1.6 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::Comments::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @tables = qw( comment.sql comment_notify.sql |