r51181 - in /branches/upstream/libcrypt-rijndael-perl/current: Changes META.yml Makefile.PL Rijndael.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jan 18 02:26:49 UTC 2010


Author: jawnsy-guest
Date: Mon Jan 18 02:26:44 2010
New Revision: 51181

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

Modified:
    branches/upstream/libcrypt-rijndael-perl/current/Changes
    branches/upstream/libcrypt-rijndael-perl/current/META.yml
    branches/upstream/libcrypt-rijndael-perl/current/Makefile.PL
    branches/upstream/libcrypt-rijndael-perl/current/Rijndael.pm

Modified: branches/upstream/libcrypt-rijndael-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-rijndael-perl/current/Changes?rev=51181&op=diff
==============================================================================
--- branches/upstream/libcrypt-rijndael-perl/current/Changes (original)
+++ branches/upstream/libcrypt-rijndael-perl/current/Changes Mon Jan 18 02:26:44 2010
@@ -1,3 +1,7 @@
+
+1.09 - Sun Jan 17 12:00:33 2010
+	* Clarify in the Makefile.PL that this is under LGPL.
+	* There are no code changes
 
 1.08 - Wed Dec  9 18:20:22 2009
 	* Promoting development release to full release.

Modified: branches/upstream/libcrypt-rijndael-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-rijndael-perl/current/META.yml?rev=51181&op=diff
==============================================================================
--- branches/upstream/libcrypt-rijndael-perl/current/META.yml (original)
+++ branches/upstream/libcrypt-rijndael-perl/current/META.yml Mon Jan 18 02:26:44 2010
@@ -1,10 +1,10 @@
 --- #YAML:1.0
 name:               Crypt-Rijndael
-version:            1.08
+version:            1.09
 abstract:           Crypt::CBC compliant Rijndael encryption module
 author:
     - Rafael R. Sevilla (maintained by brian d foy <bdfoy at cpan.org>)
-license:            gpl
+license:            lgpl
 distribution_type:  module
 configure_requires:
     ExtUtils::MakeMaker:  0

Modified: branches/upstream/libcrypt-rijndael-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-rijndael-perl/current/Makefile.PL?rev=51181&op=diff
==============================================================================
--- branches/upstream/libcrypt-rijndael-perl/current/Makefile.PL (original)
+++ branches/upstream/libcrypt-rijndael-perl/current/Makefile.PL Mon Jan 18 02:26:44 2010
@@ -1,15 +1,13 @@
-# $Id$
-
 require 5.006;
 
 use ExtUtils::MakeMaker;
 
-eval "use Test::Manifest 1.14";
+eval "use Test::Manifest 1.21";
 
 WriteMakefile(
 	'NAME'           => "Crypt::Rijndael",
     'VERSION_FROM'   => "Rijndael.pm",
-	'LICENSE'        => 'gpl',
+	'LICENSE'        => 'lgpl',
 	'AUTHOR'         => 'Rafael R. Sevilla (maintained by brian d foy <bdfoy at cpan.org>)',
 	'ABSTRACT'       => 'Crypt::CBC compliant Rijndael encryption module',
 	

Modified: branches/upstream/libcrypt-rijndael-perl/current/Rijndael.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-rijndael-perl/current/Rijndael.pm?rev=51181&op=diff
==============================================================================
--- branches/upstream/libcrypt-rijndael-perl/current/Rijndael.pm (original)
+++ branches/upstream/libcrypt-rijndael-perl/current/Rijndael.pm Mon Jan 18 02:26:44 2010
@@ -34,7 +34,7 @@
 
 require DynaLoader;
 
-$VERSION = '1.08';
+$VERSION = '1.09';
 @ISA = qw/DynaLoader/;
 
 bootstrap Crypt::Rijndael $VERSION;




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