Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/Action
Modified Files:
Common.pm CommonAdd.pm CommonDisplay.pm CommonRemove.pm
CommonSearch.pm CommonUpdate.pm
Log Message:
OIN-155: add missing declarations where needed; also bump up all the copyrights...
Index: Common.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/Common.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** Common.pm 15 Mar 2005 12:42:38 -0000 1.24
--- Common.pm 18 Mar 2005 04:09:48 -0000 1.25
***************
*** 663,667 ****
=head1 COPYRIGHT
! Copyright (c) 2003-2004 Chris Winters. All rights reserved.
=head1 AUTHORS
--- 663,667 ----
=head1 COPYRIGHT
! Copyright (c) 2003-2005 Chris Winters. All rights reserved.
=head1 AUTHORS
Index: CommonAdd.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/CommonAdd.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** CommonAdd.pm 17 Mar 2005 14:57:58 -0000 1.24
--- CommonAdd.pm 18 Mar 2005 04:09:48 -0000 1.25
***************
*** 10,13 ****
--- 10,15 ----
use SPOPS::Secure qw( SEC_LEVEL_WRITE );
+ $OpenInteract2::Action::CommonAdd::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
my ( $log );
Index: CommonDisplay.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/CommonDisplay.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** CommonDisplay.pm 17 Mar 2005 14:57:58 -0000 1.16
--- CommonDisplay.pm 18 Mar 2005 04:09:49 -0000 1.17
***************
*** 9,12 ****
--- 9,14 ----
use OpenInteract2::Context qw( CTX );
+ $OpenInteract2::Action::CommonDisplay::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
my ( $log );
Index: CommonRemove.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/CommonRemove.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** CommonRemove.pm 17 Mar 2005 14:57:58 -0000 1.20
--- CommonRemove.pm 18 Mar 2005 04:09:49 -0000 1.21
***************
*** 10,13 ****
--- 10,15 ----
use SPOPS::Secure qw( SEC_LEVEL_WRITE );
+ $OpenInteract2::Action::CommonRemove::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
my ( $log );
Index: CommonSearch.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/CommonSearch.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** CommonSearch.pm 11 Mar 2005 03:45:41 -0000 1.23
--- CommonSearch.pm 18 Mar 2005 04:09:49 -0000 1.24
***************
*** 1033,1037 ****
=head1 COPYRIGHT
! Copyright (c) 2003-2004 Chris Winters. All rights reserved.
=head1 AUTHORS
--- 1033,1037 ----
=head1 COPYRIGHT
! Copyright (c) 2003-2005 Chris Winters. All rights reserved.
=head1 AUTHORS
Index: CommonUpdate.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Action/CommonUpdate.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** CommonUpdate.pm 25 Feb 2005 00:01:05 -0000 1.22
--- CommonUpdate.pm 18 Mar 2005 04:09:49 -0000 1.23
***************
*** 10,13 ****
--- 10,15 ----
use SPOPS::Secure qw( SEC_LEVEL_WRITE );
+ $OpenInteract2::Action::CommonUpdate::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
my ( $log );
***************
*** 485,489 ****
=head1 COPYRIGHT
! Copyright (c) 2003-2004 Chris Winters. All rights reserved.
=head1 AUTHORS
--- 487,491 ----
=head1 COPYRIGHT
! Copyright (c) 2003-2005 Chris Winters. All rights reserved.
=head1 AUTHORS
|