From: Chris W. <la...@us...> - 2005-03-18 04:10:58
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/comments/OpenInteract2 Modified Files: CommentSummarySync.pm Commentable.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: CommentSummarySync.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/CommentSummarySync.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CommentSummarySync.pm 18 Feb 2004 05:25:24 -0000 1.2 --- CommentSummarySync.pm 18 Mar 2005 04:09:46 -0000 1.3 *************** *** 8,11 **** --- 8,13 ---- use OpenInteract2::Context qw( CTX ); + $OpenInteract2::CommentSummarySync::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); *************** *** 73,75 **** } ! 1; \ No newline at end of file --- 75,77 ---- } ! 1; Index: Commentable.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/Commentable.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Commentable.pm 18 Feb 2004 05:25:24 -0000 1.2 --- Commentable.pm 18 Mar 2005 04:09:46 -0000 1.3 *************** *** 8,11 **** --- 8,13 ---- use OpenInteract2::Context qw( CTX ); + $OpenInteract2::Commentable::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + my ( $log ); *************** *** 47,49 **** } ! 1; \ No newline at end of file --- 49,51 ---- } ! 1; |