Filter::Crypto, Version 1.31


Revision history for Perl extension Filter::Crypto.


v1.31 25 Jul 2010

v1.30 14 Nov 2009

v1.29 26 Oct 2009

v1.28 25 Oct 2009

v1.27 22 Oct 2009

v1.26 18 Oct 2009

v1.25 11 Oct 2009

v1.24 06 Sep 2009

v1.23 28 Aug 2008

v1.22 25 Aug 2008

v1.21 06 Jul 2008

v1.20 25 Jul 2007

v1.19 10 Jul 2007

v1.18 27 Sep 2006

v1.17 14 Feb 2006

v1.16 06 Sep 2005

v1.15 02 Sep 2005

        (Thanks to Sisyphus <sisyphus1@optusnet.com.au> for drawing attention to
        this problem via the PAR mailing list (par@perl.org));

      * Fixed the parsing of bcc32's output as per perl change #24855.

v1.14 01 Jun 2005

# Looks like your test died before it could output anything.

in the event of any subsequent error that causes Makefile.PL to croak().


v1.13 14 Mar 2005

v1.12 09 Mar 2005

v1.11 03 Mar 2005

          crypt_file                    STDIN from keyboard
          crypt_file <file              STDIN from file
          someprogram | crypt_file -    STDIN from someprogram

          crypt_file                    STDOUT to console
          crypt_file >file              STDOUT to file
          crypt_file | someprogram -    STDOUT to someprogram

qq["$^X" -e print(1) | "$^X" -ne print];

      (used in the new tests) do not work under Perl 5.6.0 on Win32 (at least)
      with the double-quotes included.  (These tests will therefore still fail
      in cases where $^X does contain a space, but that's not an ideal
      configuration anyway.)

v1.10 12 Dec 2004

v1.00 01 Nov 2004

v0.01 08 Feb 2004