From ff35f40b0657c0147bc2134a7bc92b6cccd38c98 Mon Sep 17 00:00:00 2001 From: Robert Stone Date: Tue, 9 Jun 2015 22:59:02 -0500 Subject: [PATCH] Updated dist.ini to run xt tests and added thanks to Leon Timmermans In dist.ini Included RunExtraTests module In Crypt::Rijndael::PP (POD) Added thanks to Leon Timmermans for pointing out Issues #1 and #4 --- dist.ini | 1 + lib/Crypt/Rijndael/PP.pod | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dist.ini b/dist.ini index f2d841b..68c96e8 100644 --- a/dist.ini +++ b/dist.ini @@ -12,6 +12,7 @@ version = 0.2.1 [@TestingMania] disable = PodCoverageTests +[RunExtraTests] [AutoMetaResources] homepage = http://search.cpan.org/dist/%{dist} diff --git a/lib/Crypt/Rijndael/PP.pod b/lib/Crypt/Rijndael/PP.pod index a371fdf..134e050 100644 --- a/lib/Crypt/Rijndael/PP.pod +++ b/lib/Crypt/Rijndael/PP.pod @@ -27,7 +27,7 @@ Crypt::Rijndael::PP - Pure Perl Implementation of the Rijndael Encryption Algort my $plain_text = $cipher->decrypt( $cipher_text ); } - # For you, 'do it for me' types: + # For you, 'do it for me' types: { my $cipher = Crypt::CBC->new( -key => $key, @@ -130,13 +130,15 @@ None of this would be possible without the excellent Rijndael algorithm written Special thanks to L for his faith and entrusting me with the Crypt::Rijndael module, the L for allowing me to present to them my initial implementation, and to L and L for providing development resources. +Thanks to L for pointing out a testing dependency on L that was removed and for noting a perl 5.10 dependency that was not needed. + =head1 AUTHORS Robert Stone, C<< >> =head1 COPYRIGHT & LICENSE -Copyright 2014 Robert Stone +Copyright 2015 Robert Stone This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU Lesser General Public License as published by the Free Software Foundation; or any compatible license. See http://dev.perl.org/licenses/ for more information.