From 66874885df85802705c73dae49c7af01c190073d Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sat, 16 Aug 2003 20:39:47 +0000 Subject: [PATCH] Update to Filter::Util::Call 1.6 from CPAN, but keep our $VERSION at 1.601 so that we are different in version than 5.8.0 since the module is different (one doc tweak). p4raw-id: //depot/perl@20738 --- 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 77f4e41..5aacd2d 100644 --- a/ext/Filter/Util/Call/Call.pm +++ b/ext/Filter/Util/Call/Call.pm @@ -478,7 +478,7 @@ Here is the module. If you intend using the Filter::Call functionality, I would strongly recommend that you check out Damian Conway's excellent Filter::Simple -module. This module provides a much cleaner interface than +module. Damian's module provides a much cleaner interface than Filter::Util::Call. Although it doesn't allow the fine control that Filter::Util::Call does, it should be adequate for the majority of applications. It's available at -- 1.8.3.1