From: Chris W. <la...@us...> - 2005-03-18 04:10:27
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/SQLInstall In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_page/OpenInteract2/SQLInstall Modified Files: Page.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: Page.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/SQLInstall/Page.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Page.pm 22 May 2004 01:53:46 -0000 1.3 --- Page.pm 18 Mar 2005 04:09:44 -0000 1.4 *************** *** 6,9 **** --- 6,11 ---- use base qw( OpenInteract2::SQLInstall ); + $OpenInteract2::SQLInstall::Page::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my @TABLES = ( 'page.sql', 'page_content.sql', |