The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Call/Call.pm 43
Call/Call.xs 33
Changes 014
Exec/Exec.pm 11
META.yml 22
Makefile.PL 11
README 54
decrypt/decrypt.pm 11
decrypt/decrypt.xs 12
lib/Filter/cpp.pm 11
lib/Filter/exec.pm 11
lib/Filter/sh.pm 11
tee/tee.pm 11
13 files changed (This is a version diff) 2235
@@ -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.38" ;
 
 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
 
@@ -2,10 +2,10 @@
  * Filename : Call.xs
  * 
  * Author   : Paul Marquess 
- * Date     : 25th February 2009
- * Version  : 1.08
+ * Date     : 24th April 2011
+ * Version  : 1.38
  *
- *    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.
  *
@@ -306,3 +306,17 @@
 ----
 
   * No new feature or bug fixes - just sync with perl core.
+
+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]
+
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use vars qw(@ISA $VERSION) ;
 @ISA = qw(DynaLoader);
-$VERSION = "1.03" ;
+$VERSION = "1.38" ;
 
 bootstrap Filter::Util::Exec ;
 1 ;
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Filter
-version:            1.37
+version:            1.38
 abstract:           Source Filters
 author:
     - Paul Marquess <pmqs@cpan.org>
@@ -15,7 +15,7 @@ no_index:
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.52
+generated_by:       ExtUtils::MakeMaker version 6.54
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4
@@ -50,7 +50,7 @@ else
 
 WriteMakefile(
 	NAME      => 'Filter',
-	VERSION   => '1.37',
+	VERSION   => '1.38',
 	'linkext'   => {LINKTYPE => ''},
 	'dist'	  =>	{COMPRESS=>'gzip', SUFFIX=>'gz',
 			DIST_DEFAULT => 'tardist'},
@@ -1,10 +1,10 @@
                               Source Filters
  
-                               Version 1.36
+                               Version 1.38
  
-                            28th February 2009
+                              24th April 2011
  
-        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.
  
@@ -24,8 +24,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/
 
 PREREQUISITES
 -------------
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use vars qw(@ISA $VERSION);
 @ISA = qw(DynaLoader);
-$VERSION = "1.05" ;
+$VERSION = "1.38" ;
 
 bootstrap Filter::decrypt ;
 1;
@@ -269,8 +269,9 @@ PROTOTYPES:	DISABLE
 
 BOOT:
     /* Check for the presence of the Perl Compiler */
-    if (gv_stashpvn("B", 1, FALSE))
+    if (gv_stashpvn("B::NULL", 1, FALSE)) {
         croak("Aborting, Compiler detected") ;
+    }
 #ifndef BYPASS
     /* Don't run if this module is dynamically linked */
     if (!isALPHA(SvPV(GvSV(CvFILEGV(cv)), PL_na)[0]))
@@ -7,7 +7,7 @@ use strict;
 use warnings;
 use vars qw($VERSION);
 
-$VERSION = '1.03' ;
+$VERSION = '1.38' ;
 
 my $cpp;
 my $sep;
@@ -6,7 +6,7 @@ use strict ;
 use warnings ;
 use vars qw($VERSION) ;
 
-$VERSION = "1.01" ;
+$VERSION = "1.38" ;
 
 sub import
 {
@@ -4,7 +4,7 @@ use Carp ;
 use strict ;
 use warnings ;
 use vars qw($VERSION) ;
-$VERSION = "1.01" ;
+$VERSION = "1.38" ;
 
 use Filter::Util::Exec ;
 
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use vars qw( @ISA $VERSION);
 @ISA = qw(DynaLoader);
-$VERSION = "1.02" ;
+$VERSION = "1.38" ;
 
 bootstrap Filter::tee ;