summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-05-18 21:50:14 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-06-09 12:17:11 +0100
commitd1f3365ee1edd6c60be83dd2d03cbdd0d4278219 (patch)
tree247ffa733358cd68cfddf626f05d512a7b5552b8 /cpan
parentebf49c8bdb450d0923b895d19bea932bba5fb40c (diff)
downloadperl-d1f3365ee1edd6c60be83dd2d03cbdd0d4278219.tar.gz
Updated Filter-Util-Call to CPAN version 1.39
[DELTA] 1.39 30 April 2011 ---- * Fix decrypt to work with Perl 5.14 [RT #67656] 1.38 24 April 2011 ---- * Versions being seperate from Module versions results in dependency confusion Bumped all versions to match the distribution version number. [RT #67655] * Fix decrypt to work with Perl 5.14 [RT #67656] * Update the Filter-Simple URL [RT #49778]
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Filter-Util-Call/Call.pm7
-rw-r--r--cpan/Filter-Util-Call/Call.xs6
2 files changed, 6 insertions, 7 deletions
diff --git a/cpan/Filter-Util-Call/Call.pm b/cpan/Filter-Util-Call/Call.pm
index 1d1b2618f0..7fe63fa043 100644
--- a/cpan/Filter-Util-Call/Call.pm
+++ b/cpan/Filter-Util-Call/Call.pm
@@ -1,7 +1,7 @@
# Call.pm
#
-# Copyright (c) 1995-2009 Paul Marquess. All rights reserved.
+# Copyright (c) 1995-2011 Paul Marquess. All rights reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself.
@@ -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.08" ;
+$VERSION = "1.39" ;
sub filter_read_exact($)
{
@@ -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
diff --git a/cpan/Filter-Util-Call/Call.xs b/cpan/Filter-Util-Call/Call.xs
index f115d9281d..28711909a6 100644
--- a/cpan/Filter-Util-Call/Call.xs
+++ b/cpan/Filter-Util-Call/Call.xs
@@ -2,10 +2,10 @@
* Filename : Call.xs
*
* Author : Paul Marquess
- * Date : 25th February 2009
- * Version : 1.08
+ * Date : 24th April 2011
+ * Version : 1.39
*
- * Copyright (c) 1995-2009 Paul Marquess. All rights reserved.
+ * Copyright (c) 1995-2011 Paul Marquess. All rights reserved.
* This program is free software; you can redistribute it and/or
* modify it under the same terms as Perl itself.
*