Change 20705 by [EMAIL PROTECTED] on 2003/08/14 14:38:40
One more XS change versus no VERSION change.
(Remaining in JNI.pm/xs, don't know what to about that
since JNI is kind of "stable".)
Affected files ...
... //depot/perl/ext/Filter/Util/Call/Call.pm#7 edit
Differences ...
==== //depot/perl/ext/Filter/Util/Call/Call.pm#7 (text) ====
Index: perl/ext/Filter/Util/Call/Call.pm
--- perl/ext/Filter/Util/Call/Call.pm#6~12972~ Tue Nov 13 05:41:02 2001
+++ perl/ext/Filter/Util/Call/Call.pm Thu Aug 14 07:38:40 2003
@@ -18,7 +18,7 @@
@ISA = qw(Exporter DynaLoader);
@EXPORT = qw( filter_add filter_del filter_read filter_read_exact) ;
-$VERSION = "1.06" ;
+$VERSION = "1.07" ;
sub filter_read_exact($)
{
End of Patch.