[libcrypt-des-perl] 01/01: Imported Upstream version 2.07

Salvatore Bonaccorso carnil at debian.org
Fri Aug 9 18:29:46 UTC 2013


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to annotated tag upstream/2.07
in repository libcrypt-des-perl.

commit b0e9bf279067337f02782112fbde279fbc0af3c0
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Aug 9 20:24:46 2013 +0200

    Imported Upstream version 2.07
---
 DES.pm   |    2 +-
 DES.xs   |    3 +--
 META.yml |   30 ++++++++++++++++++++----------
 README   |    4 ++++
 test.pl  |    2 +-
 5 files changed, 27 insertions(+), 14 deletions(-)

diff --git a/DES.pm b/DES.pm
index 35ec119..3771b10 100644
--- a/DES.pm
+++ b/DES.pm
@@ -19,7 +19,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
 # Other items we are prepared to export if requested
 @EXPORT_OK =	qw();
 
-$VERSION = '2.05';
+$VERSION = '2.07';
 bootstrap Crypt::DES $VERSION;
 
 use strict;
diff --git a/DES.xs b/DES.xs
index e54a890..68db703 100644
--- a/DES.xs
+++ b/DES.xs
@@ -64,8 +64,7 @@ _des_crypt(input, output, ks, enc_flag)
 			output = sv_newmortal();
 		output_len = 8;
 
-		if (!SvUPGRADE(output, SVt_PV))
-			croak("cannot use output argument as lvalue");
+		(SvUPGRADE(output, SVt_PV));
 
 		perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, enc_flag);
 
diff --git a/META.yml b/META.yml
index f4e8212..4e0bdc5 100644
--- a/META.yml
+++ b/META.yml
@@ -1,10 +1,20 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Crypt-DES
-version:      2.05
-version_from: DES.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:               Crypt-DES
+version:            2.07
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.55_02
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4
diff --git a/README b/README
index a07acc8..641ffe4 100644
--- a/README
+++ b/README
@@ -18,6 +18,10 @@ In release 2.05, all references to des_ were changed to
 _des_ since the 2.04 release didn't seem to fix the problem
 on Solaris.
 
+In release 2.06, SvUPGRADE was changed to a statement.
+
+In release 2.07, a minor bug in META.yml was fixed.
+
 Prerequisites
 -------------
 
diff --git a/test.pl b/test.pl
index 4452251..2bdb40f 100644
--- a/test.pl
+++ b/test.pl
@@ -23,7 +23,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
 # Other items we are prepared to export if requested
 @EXPORT_OK =	qw();
 
-$VERSION = '2.05';
+$VERSION = '2.07';
 bootstrap Crypt::DES;
 
 use strict;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-des-perl.git



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