From: Chris W. <la...@us...> - 2005-03-18 04:10:30
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/system_doc/OpenInteract2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/system_doc/OpenInteract2 Modified Files: PodView.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: PodView.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/system_doc/OpenInteract2/PodView.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** PodView.pm 18 Feb 2004 05:25:25 -0000 1.6 --- PodView.pm 18 Mar 2005 04:09:47 -0000 1.7 *************** *** 7,10 **** --- 7,12 ---- use OpenInteract2::URL; + $OpenInteract2::PodView::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/); + # List of known top-level modules that are all-caps *************** *** 223,227 **** =head1 COPYRIGHT ! Copyright (c) 2001-2003 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 225,229 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |