|
From: <jgr...@us...> - 2003-09-22 13:27:26
|
Update of /cvsroot/popfile/engine/POPFile
In directory sc8-pr-cvs1:/tmp/cvs-serv21997/POPFile
Modified Files:
Loader.pm
Log Message:
Merge patch that makes POPFile work well with the Japanese language
Index: Loader.pm
===================================================================
RCS file: /cvsroot/popfile/engine/POPFile/Loader.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Loader.pm 20 Sep 2003 21:28:23 -0000 1.10
--- Loader.pm 22 Sep 2003 13:27:22 -0000 1.11
***************
*** 567,571 ****
}
! print "\n\nPOPFile Engine ", $self->CORE_version(), " running\n" if $self->{debug__};
flush STDOUT;
}
--- 567,571 ----
}
! print "\n\nPOPFile Engine ", scalar($self->CORE_version()), " running\n" if $self->{debug__};
flush STDOUT;
}
|