From: Chris W. <la...@us...> - 2005-03-18 04:10:32
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/news/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/news/OpenInteract2/SQLInstall Modified Files: News.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: News.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/news/OpenInteract2/SQLInstall/News.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** News.pm 20 Oct 2003 03:05:55 -0000 1.2 --- News.pm 18 Mar 2005 04:09:47 -0000 1.3 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::News::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @TABLES = ( 'news.sql', 'news_section.sql' ); |