Updated Filter-Util-Call to CPAN version 1.39
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 18 May 2011 20:50:14 +0000 (21:50 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 9 Jun 2011 11:17:11 +0000 (12:17 +0100)
  [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]

Porting/Maintainers.pl
cpan/Filter-Util-Call/Call.pm
cpan/Filter-Util-Call/Call.xs

index 7b53215..ae2d2f2 100755 (executable)
@@ -892,7 +892,7 @@ use File::Glob qw(:case);
     'Filter::Util::Call' =>
        {
        'MAINTAINER'    => 'pmqs',
-       'DISTRIBUTION'  => 'PMQS/Filter-1.37.tar.gz',
+       'DISTRIBUTION'  => 'PMQS/Filter-1.39.tar.gz',
        'FILES'         => q[cpan/Filter-Util-Call
                             t/lib/filter-util.pl
                             pod/perlfilter.pod
index 1d1b261..7fe63fa 100644 (file)
@@ -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
 
index f115d92..2871190 100644 (file)
@@ -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.
  *