Update of /cvsroot/openinteract/OpenInteract2/pkg/full_text/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/full_text/OpenInteract2
Modified Files:
FullTextMapping.pm
Log Message:
OIN-155: add missing declarations where needed; also bump up all the copyrights...
Index: FullTextMapping.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/full_text/OpenInteract2/FullTextMapping.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FullTextMapping.pm 3 Jun 2004 20:32:21 -0000 1.1
--- FullTextMapping.pm 18 Mar 2005 04:09:46 -0000 1.2
***************
*** 6,9 ****
--- 6,10 ----
@OpenInteract2::FullTextMapping::ISA = qw( OpenInteract2::FullTextMappingPersist );
+ $OpenInteract2::FullTextMapping::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
sub fetch_by_content_info {
|