Skip Menu |

This queue is for tickets about the Filter CPAN distribution.

Report information
The Basics
Id: 49778
Status: resolved
Priority: 0/
Queue: Filter

People
Owner: Nobody in particular
Requestors: leon [...] astray.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.08
Fixed in: (no value)



Subject: Fix URL
Hello, I'm trying to update various URLs in the Perl source code. Here's a quick patch. Thanks! Leon
Subject: filter_util_call.patch
diff --git a/ext/Filter-Util-Call/Call.pm b/ext/Filter-Util-Call/Call.pm index 1d1b261..0eb57d5 100644 --- a/ext/Filter-Util-Call/Call.pm +++ b/ext/Filter-Util-Call/Call.pm @@ -483,8 +483,7 @@ 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 - http://www.cpan.org/modules/by-author/Damian_Conway/Filter-Simple.tar.gz - http://www.csse.monash.edu.au/~damian/CPAN/Filter-Simple.tar.gz + http://search.cpan.org/dist/Filter-Simple/ =head1 AUTHOR
On Thu Sep 17 09:43:43 2009, LBROCARD wrote: Show quoted text
> Hello, > > I'm trying to update various URLs in the Perl source code. > > Here's a quick patch. > > Thanks! Leon
Thanks Leon, I've updated my development copy so the next time I do a release it will be included. cheers Paul
Fixed in the new 1.40 release and in the patch to p5p. From d936b0a5d852c3067899069d6829653d423e9171 Mon Sep 17 00:00:00 2001 From: Reini Urban <rurban@x-ray.at> Date: Fri, 17 Feb 2012 21:48:52 -0600 Subject: [PATCH] cpan/Filter-Util-Call 1.40 Thanks! -- Reini Urban