From d1e86c407abee5529d4bd5338b54adfb901e3d73 Mon Sep 17 00:00:00 2001 From: Paul Marquess Date: Sat, 7 Jul 2007 21:24:21 +0100 Subject: [PATCH] Update Filter::Call::Util version From: "Paul Marquess" Message-ID: <007e01c7c0cc$6d07af30$6801a8c0@myopwv.com> p4raw-id: //depot/perl@31567 --- ext/Filter/Util/Call/Call.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Filter/Util/Call/Call.pm b/ext/Filter/Util/Call/Call.pm index 8a37a83..6bbf79b 100644 --- a/ext/Filter/Util/Call/Call.pm +++ b/ext/Filter/Util/Call/Call.pm @@ -18,7 +18,7 @@ use vars qw($VERSION @ISA @EXPORT) ; @ISA = qw(Exporter DynaLoader); @EXPORT = qw( filter_add filter_del filter_read filter_read_exact) ; -$VERSION = "1.0602" ; +$VERSION = "1.07" ; sub filter_read_exact($) { -- 2.7.4