r5530 - in /packages/libcrypt-rijndael-perl/branches/upstream/current: Changes LICENSE MANIFEST META.yml Makefile.PL README Rijndael.pm Rijndael.xs _rijndael.c examples/ examples/README rijndael.h t/pod.t t/pod_coverage.t t/test_manifest test

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Wed May 23 18:33:20 UTC 2007


Author: gwolf
Date: Wed May 23 18:33:20 2007
New Revision: 5530

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5530
Log:
[svn-upgrade] Integrating new upstream version, libcrypt-rijndael-perl (1.04)

Added:
    packages/libcrypt-rijndael-perl/branches/upstream/current/Changes
    packages/libcrypt-rijndael-perl/branches/upstream/current/LICENSE
    packages/libcrypt-rijndael-perl/branches/upstream/current/META.yml
    packages/libcrypt-rijndael-perl/branches/upstream/current/examples/
    packages/libcrypt-rijndael-perl/branches/upstream/current/examples/README
    packages/libcrypt-rijndael-perl/branches/upstream/current/t/pod.t
    packages/libcrypt-rijndael-perl/branches/upstream/current/t/pod_coverage.t
    packages/libcrypt-rijndael-perl/branches/upstream/current/t/test_manifest
Removed:
    packages/libcrypt-rijndael-perl/branches/upstream/current/test
Modified:
    packages/libcrypt-rijndael-perl/branches/upstream/current/MANIFEST
    packages/libcrypt-rijndael-perl/branches/upstream/current/Makefile.PL
    packages/libcrypt-rijndael-perl/branches/upstream/current/README
    packages/libcrypt-rijndael-perl/branches/upstream/current/Rijndael.pm
    packages/libcrypt-rijndael-perl/branches/upstream/current/Rijndael.xs
    packages/libcrypt-rijndael-perl/branches/upstream/current/_rijndael.c
    packages/libcrypt-rijndael-perl/branches/upstream/current/rijndael.h

Added: packages/libcrypt-rijndael-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/Changes?rev=5530&op=file
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/Changes (added)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/Changes Wed May 23 18:33:20 2007
@@ -1,0 +1,64 @@
+0.06 - Sun Nov 12 10:38:56 2006
+	* Adjust version number to match distro number (RT #4227)
+	* Use <sys/types.h> instead of hard-coding (RT #22755, 9514, 18812,
+	1444, 503).
+	* This module is now maintained by brian d foy (bdfoy at cpan.org)
+
+1.04 - Fri Feb 23 11:20:44 2007
+	* Adjusted rijndael.h to use __sun to identify Solaris boxes. GCC
+	uses __sun__ or __sun, but Solaris cc only uses __sun :
+	http://blogs.sun.com/morganh/date/20060928
+	* If you've already compiled this module, you don't need to upgrade
+
+1.03 - Thu Feb 22 15:42:04 2007
+	* Updated distro to include missing Pod tests
+	* No code changes
+
+1.02 - Thu Jan 25 14:48:51 2007
+	* Updated docs to show cipher modes. No need to upgrade if you
+	already have this.
+
+1.01 - Wed Jan 10 19:14:14 2007
+	* Bump to a release version. This is the same as 0.06_10.
+	* This release should fix the problems with INT types on all
+	platforms, including 64 bit platforms.
+
+0.06 - Wed Jan 10 00:35:10 2007
+	* Let's try the int type for MinGW:wq
+
+0.06 - Fri Dec 15 08:12:02 2006
+	* Updated header file to handle Solaris special case
+	* I think this might be the release candidate for 0.07! :)
+
+0.06 - Wed Nov 29 19:51:33 2006
+	* Adjusting WIN32 targets for typedefs. Some things look like both
+	Unix and Windows, so I don't want compilers to choke if it tries to
+	redefine types.
+
+0.06 - Mon Nov 27 10:37:18 2006
+	* more header file fiddling to get everyone to define the right
+	abstract types. This time check for _SYS_TYPES_H
+
+0.06 - Fri Nov 17 14:56:19 2006
+	* Fooled with header file some more, and tested it myself on
+	Cygwin. Instead of checking for WIN32, just check for __CYGWIN__
+
+0.06 - Fri Nov 17 11:13:25 2006
+	* The last two revisions seem to not define UINTxx and ends up with a
+	parse error. Let's try this, as I go off to dig out my Windows box.
+
+0.06 - Wed Nov 15 14:43:37 2006
+	* Try UINT patch from David Golden to get this to work on MinGW
+
+0.06 - Wed Nov 15 11:07:08 2006
+	* Re-jiggered logic to define UINT32 and UINT8. First I'll try
+	sys/types.h, then check if they are already defined elsewhere, and
+	lastly hardcode the typedefs based on platform. The previous 
+	release (0.06_02) had some problems on Windows from conflicting
+	typedefs (similar to the cygwin problems with libjpeg and X), so
+	I guard my typedefs by checking for previous definitions. Let's 
+	hope those previous definitions are right :)
+
+0.06 - Sun Nov 12 16:23:07 2006
+	* Let's try some hardcoded types for UINT(32|8) for Windows.
+

Added: packages/libcrypt-rijndael-perl/branches/upstream/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/LICENSE?rev=5530&op=file
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/LICENSE (added)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/LICENSE Wed May 23 18:33:20 2007
@@ -1,0 +1,1 @@
+See COPYING for license details

Modified: packages/libcrypt-rijndael-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/MANIFEST?rev=5530&op=diff
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/MANIFEST Wed May 23 18:33:20 2007
@@ -1,11 +1,18 @@
+_rijndael.c
+Changes
 COPYING
+examples/README
+LICENSE
+Makefile.PL
 MANIFEST
-Makefile.PL
+NEWS
 README
+rijndael.h
 Rijndael.pm
 Rijndael.xs
-_rijndael.c
-rijndael.h
-test
+t/00_load.t
+t/pod.t
+t/pod_coverage.t
+t/test_manifest
 typemap
-t/00_load.t
+META.yml                                 Module meta-data (added by MakeMaker)

Added: packages/libcrypt-rijndael-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/META.yml?rev=5530&op=file
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/META.yml (added)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/META.yml Wed May 23 18:33:20 2007
@@ -1,0 +1,14 @@
+--- #YAML:1.0
+name:                Crypt-Rijndael
+version:             1.04
+abstract:            ~
+license:             gpl
+generated_by:        ExtUtils::MakeMaker version 6.31
+distribution_type:   module
+requires:     
+    Test::More:                    0
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
+    version: 1.2
+author:
+    - Rafael R. Sevilla (maintained by brian d foy <bdfoy at cpan.org>)

Modified: packages/libcrypt-rijndael-perl/branches/upstream/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/Makefile.PL?rev=5530&op=diff
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/Makefile.PL (original)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/Makefile.PL Wed May 23 18:33:20 2007
@@ -1,13 +1,31 @@
+# $Id: Makefile.PL 2170 2007-02-22 21:31:05Z comdog $
+
 use ExtUtils::MakeMaker;
 
+eval "use Test::Manifest 1.14";
+
 WriteMakefile(
-    dist	=> {
+	NAME           => "Crypt::Rijndael",
+    VERSION_FROM   => "Rijndael.pm",
+	LICENSE        => 'gpl',
+	AUTHOR         => 'Rafael R. Sevilla (maintained by brian d foy <bdfoy at cpan.org>)',
+	
+	'PREREQ_PM'    => { 
+			'Test::More'         => '0',
+			},
+
+
+	'MAN3PODS'     => {
+			'Rijndael.pm' => '$(INST_MAN3DIR)/Crypt::Rijndael.3',
+			},
+
+	clean          => { FILES    => q|*.bak Crypt-*| },
+
+	dist	       => {
 	            PREOP	=> 'pod2text Rijndael.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
 	            COMPRESS	=> 'gzip -9v',
 	            SUFFIX	=> '.gz',
 	           },
-    NAME => "Crypt::Rijndael",
-    OBJECT => q[_rijndael$(OBJ_EXT) Rijndael$(OBJ_EXT)],
-    VERSION_FROM => "Rijndael.pm",
-);
 
+    OBJECT       => q[_rijndael$(OBJ_EXT) Rijndael$(OBJ_EXT)],
+); 

Modified: packages/libcrypt-rijndael-perl/branches/upstream/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/README?rev=5530&op=diff
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/README (original)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/README Wed May 23 18:33:20 2007
@@ -1,46 +1,82 @@
-This is Crypt::Rijndael version 0.05, an XS-based implementation of
-the newly-selected Advanced Encryption Standard algorithm Rijndael,
-designed by Joan Daemen and Vincent Rijmen.
+NAME
+    Crypt::Rijndael - Crypt::CBC compliant Rijndael encryption module
 
-Installing Crypt::Rijndael
---------------------------
+SYNOPSIS
+     use Crypt::Rijndael;
 
-The usual:
+     # keysize() is 32, but 24 and 16 are also possible
+     # blocksize() is 16
 
-	1. perl Makefile.PL
-	2. make
-	3. make test
-	4. make install
+     $cipher = Crypt::Rijndael->new( "a" x 32, Crypt::Rijndael::MODE_CBC );
 
-Notes
------
+     $cipher->set_iv($iv);
+     $crypted = $cipher->encrypt($plaintext);
+            # - OR -
+     $plaintext = $cipher->decrypt($crypted);
 
-This module has been tested successfully on:
+DESCRIPTION
+    This module implements the Rijndael cipher, which has just been selected
+    as the Advanced Encryption Standard.
 
-Linux 2.2.x (x86)
-Linux 2.4.x (x86)
-Win95/VC++ (x86)
-Linux/PPC
-Solaris/Sparc
+    keysize
+        Returns the keysize, which is 32 (bytes). The Rijndael cipher
+        actually supports keylengths of 16, 24 or 32 bytes, but there is no
+        way to communicate this to "Crypt::CBC".
 
-Perl 5.005_03, 5.004_02, 5.6.0
+    blocksize
+        The blocksize for Rijndael is 16 bytes (128 bits), although the
+        algorithm actually supports any blocksize that is any multiple of
+        our bytes. 128 bits, is however, the AES-specified block size, so
+        this is all we support.
 
-Kindly report any other successful platform/architecture successes.
+    $cipher = new $key [, $mode]
+        Create a new "Crypt::Rijndael" cipher object with the given key
+        (which must be 128, 192 or 256 bits long). The additional $mode
+        argument is the encryption mode, either "MODE_ECB" (electronic
+        codebook mode, the default), "MODE_CBC" (cipher block chaining, the
+        same that "Crypt::CBC" does), "MODE_CFB" (128-bit cipher feedback),
+        "MODE_OFB" (128-bit output feedback), or "MODE_CTR" (counter mode).
 
-Tests from the draft FIPS for AES Modes of Operation (as of July
-2001) have also been added.
+        ECB mode is very insecure (read a book on cryptography if you dont
+        know why!), so you should probably use CBC mode.
 
-Thanks to Mike Blazer <blazer at mail.nevalink.ru> for fixes involving
-Win32 and older Perl version compatibility.
+    $cipher->set_iv($iv)
+        This allows you to change the initial value vector used by the
+        chaining modes. It is not relevant for ECB mode.
 
-For more information on Rijndael, see NIST's page on the Advanced
-Encryption Standard:
+    $cipher->encrypt($data)
+        Encrypt data. The size of $data must be a multiple of "blocksize"
+        (16 bytes), otherwise this function will croak. Apart from that, it
+        can be of (almost) any length.
 
-http://csrc.nist.gov/encryption/aes/
+    $cipher->decrypt($data)
+        Decrypts $data.
 
-or the original Rijndael page at
+  Encryption modes
+    Use these constants to select the cipher type:
 
-http://www.esat.kuleuven.ac.be/~rijmen/rijndael/
+    MODE_CBC - Cipher Block Chaining
+    MODE_CFB - Cipher feedback
+    MODE_CTR - Counter mode
+    MODE_ECB - Electronic cookbook mode
+    MODE_OFB - Output feedback
 
-Rafael R. Sevilla - Inter.Net Philippines
-<sevillar at team.ph.inter.net>
+SEE ALSO
+    Crypt::CBC, http://www.csrc.nist.gov/encryption/aes/
+
+BUGS
+    Should EXPORT or EXPORT_OK the MODE constants.
+
+AUTHOR
+    Currently maintained by brian d foy, "<bdfoy at cpan.org>".
+
+    Original code by Rafael R. Sevilla.
+
+    The Rijndael Algorithm was developed by Vincent Rijmen and Joan Daemen,
+    and has been selected as the US Government's Advanced Encryption
+    Standard.
+
+LICENSE
+    This software is licensed under the GNU Public License. See the included
+    COPYING file for details.
+

Modified: packages/libcrypt-rijndael-perl/branches/upstream/current/Rijndael.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/Rijndael.pm?rev=5530&op=diff
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/Rijndael.pm (original)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/Rijndael.pm Wed May 23 18:33:20 2007
@@ -9,11 +9,11 @@
  # keysize() is 32, but 24 and 16 are also possible
  # blocksize() is 16
 
- $cipher = new Crypt::Rijndael "a" x 32, Crypt::Rijndael::MODE_CBC;
+ $cipher = Crypt::Rijndael->new( "a" x 32, Crypt::Rijndael::MODE_CBC );
 
  $cipher->set_iv($iv);
  $crypted = $cipher->encrypt($plaintext);
- # - OR -
+ 	# - OR -
  $plaintext = $cipher->decrypt($crypted);
 
 =head1 DESCRIPTION
@@ -26,10 +26,12 @@
 =cut
 
 package Crypt::Rijndael;
+use strict;
+use vars qw( $VERSION @ISA );
 
 require DynaLoader;
 
-$VERSION = 0.04;
+$VERSION = '1.04';
 @ISA = qw/DynaLoader/;
 
 bootstrap Crypt::Rijndael $VERSION;
@@ -76,9 +78,27 @@
 
 =back
 
+=head2 Encryption modes
+
+Use these constants to select the cipher type:
+
+=over 4
+
+=item MODE_CBC - Cipher Block Chaining
+
+=item MODE_CFB - Cipher feedback
+
+=item MODE_CTR - Counter mode
+
+=item MODE_ECB - Electronic cookbook mode
+
+=item MODE_OFB - Output feedback
+
+=back
+
 =head1 SEE ALSO
 
-  L<Crypt::CBC>, http://www.csrc.nist.gov/encryption/aes/
+L<Crypt::CBC>, http://www.csrc.nist.gov/encryption/aes/
 
 =head1 BUGS
 
@@ -86,10 +106,17 @@
 
 =head1 AUTHOR
 
- Rafael R. Sevilla <sevillar at team.ph.inter.net>
+Currently maintained by brian d foy, C<< <bdfoy at cpan.org> >>.
 
- The Rijndael Algorithm was developed by Vincent Rijmen and Joan Daemen,
- and has been selected as the US Government's Advanced Encryption Standard.
+Original code by  Rafael R. Sevilla.
+
+The Rijndael Algorithm was developed by Vincent Rijmen and Joan Daemen,
+and has been selected as the US Government's Advanced Encryption Standard.
+
+=head1 LICENSE
+
+This software is licensed under the GNU Public License. See the included
+COPYING file for details.
 
 =cut
 

Modified: packages/libcrypt-rijndael-perl/branches/upstream/current/Rijndael.xs
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/Rijndael.xs?rev=5530&op=diff
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/Rijndael.xs (original)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/Rijndael.xs Wed May 23 18:33:20 2007
@@ -134,6 +134,8 @@
 	  STRLEN size;
 	  void *rawbytes = SvPV(data,size);
 
+	  if( size !=  RIJNDAEL_BLOCKSIZE )
+	  	croak( "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size );
 	  memcpy(self->iv, rawbytes, RIJNDAEL_BLOCKSIZE);
 	}
 

Modified: packages/libcrypt-rijndael-perl/branches/upstream/current/_rijndael.c
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/_rijndael.c?rev=5530&op=diff
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/_rijndael.c (original)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/_rijndael.c Wed May 23 18:33:20 2007
@@ -1,5 +1,7 @@
 /* rijndael - An implementation of the Rijndael cipher.
  * Copyright (C) 2000, 2001 Rafael R. Sevilla <sevillar at team.ph.inter.net>
+ *
+ * Currently maintained by brian d foy, <bdfoy at cpan.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public

Added: packages/libcrypt-rijndael-perl/branches/upstream/current/examples/README
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/examples/README?rev=5530&op=file
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/examples/README (added)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/examples/README Wed May 23 18:33:20 2007
@@ -1,0 +1,1 @@
+See the tests in the t/ directory for examples until I add some more.

Modified: packages/libcrypt-rijndael-perl/branches/upstream/current/rijndael.h
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/rijndael.h?rev=5530&op=diff
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/rijndael.h (original)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/rijndael.h Wed May 23 18:33:20 2007
@@ -1,5 +1,7 @@
 /* rijndael - An implementation of the Rijndael cipher.
  * Copyright (C) 2000 Rafael R. Sevilla <sevillar at team.ph.inter.net>
+ *
+ * Currently maintained by brian d foy, <bdfoy at cpan.org>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -26,14 +28,58 @@
 #define RIJNDAEL_H
 
 #include <stdlib.h>
+#include <sys/types.h>
 
-typedef unsigned long UINT32;
-typedef unsigned char UINT8;
+#ifdef _CRYPT_RIJNDAEL_H_TYPES
+	#undef _CRYPT_RIJNDAEL_H_TYPES
+#endif
+
+/* Solaris has sys/types.h, but doesn't act like everyone else 
+ * GCC defines __sun__ and __sun (report from Tom Ross)
+ * Solaris cc defines __sun
+ */
+#if defined( __sun__ ) || defined( __sun )
+	#define _CRYPT_RIJNDAEL_H_TYPES
+	typedef uint32_t UINT32;
+	typedef uint8_t  UINT8;
+#endif
+
+/* I expect this to be the usual case */
+#if ! defined(_CRYPT_RIJNDAEL_H_TYPES) && ( defined(_SYS_TYPES_H) || defined(_SYS_TYPES_H_) )   
+	#define _CRYPT_RIJNDAEL_H_TYPES
+	typedef __uint32_t UINT32;
+	typedef __uint8_t  UINT8;
+#endif
+
+#if defined(__CYGWIN__) && ! defined(_CRYPT_RIJNDAEL_H_TYPES)
+	#define _CRYPT_RIJNDAEL_H_TYPES
+	typedef unsigned int  UINT32;
+	typedef unsigned char UINT8;
+#endif
+
+#if defined(__MINGW32__) && ! defined(_CRYPT_RIJNDAEL_H_TYPES)
+	#define _CRYPT_RIJNDAEL_H_TYPES
+	typedef unsigned int  UINT32;
+	typedef unsigned char UINT8;
+#endif
+
+#if defined(WIN32) && ! defined(_CRYPT_RIJNDAEL_H_TYPES)
+	#define _CRYPT_RIJNDAEL_H_TYPES
+	typedef unsigned int  UINT32;
+	typedef unsigned char UINT8;
+#endif
+
+#if ! defined(_CRYPT_RIJNDAEL_H_TYPES)
+	#define _CRYPT_RIJNDAEL_H_TYPES
+	typedef unsigned int  UINT32;
+	typedef unsigned char UINT8;
+#endif	
 
 /* Other block sizes and key lengths are possible, but in the context of
- * the ssh protocols, 256 bits is the default. */
+ * the ssh protocols, 256 bits is the default. 
+ */
 #define RIJNDAEL_BLOCKSIZE 16
-#define RIJNDAEL_KEYSIZE 32
+#define RIJNDAEL_KEYSIZE   32
 
 #define     MODE_ECB        1    /*  Are we ciphering in ECB mode?   */
 #define     MODE_CBC        2    /*  Are we ciphering in CBC mode?   */
@@ -60,7 +106,8 @@
  * bits).  If a value other than these three is specified, the key will be
  * truncated to the closest value less than the key size specified, e.g.
  * specifying 7 will use only the first 6 bytes of the key given.  DO NOT
- * PASS A VALUE LESS THAN 16 TO KEYSIZE! */
+ * PASS A VALUE LESS THAN 16 TO KEYSIZE! 
+ */
 void
 rijndael_setup(RIJNDAEL_context *ctx, size_t keysize, const UINT8 *key);
 

Added: packages/libcrypt-rijndael-perl/branches/upstream/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/t/pod.t?rev=5530&op=file
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/t/pod.t (added)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/t/pod.t Wed May 23 18:33:20 2007
@@ -1,0 +1,4 @@
+use Test::More;
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+all_pod_files_ok();

Added: packages/libcrypt-rijndael-perl/branches/upstream/current/t/pod_coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/t/pod_coverage.t?rev=5530&op=file
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/t/pod_coverage.t (added)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/t/pod_coverage.t Wed May 23 18:33:20 2007
@@ -1,0 +1,4 @@
+use Test::More;
+eval "use Test::Pod::Coverage 1.00";
+plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
+all_pod_coverage_ok();

Added: packages/libcrypt-rijndael-perl/branches/upstream/current/t/test_manifest
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libcrypt-rijndael-perl/branches/upstream/current/t/test_manifest?rev=5530&op=file
==============================================================================
--- packages/libcrypt-rijndael-perl/branches/upstream/current/t/test_manifest (added)
+++ packages/libcrypt-rijndael-perl/branches/upstream/current/t/test_manifest Wed May 23 18:33:20 2007
@@ -1,0 +1,5 @@
+# $Id: test_manifest 2096 2007-01-25 19:48:41Z comdog $
+00_load.t
+pod.t
+pod_coverage.t
+#bad_iv.t




More information about the Pkg-perl-cvs-commits mailing list