Hello community,

here is the log from the commit of package perl-Authen-DecHpwd for 
openSUSE:Factory checked in at 2017-08-10 14:03:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Authen-DecHpwd (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Authen-DecHpwd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Authen-DecHpwd"

Thu Aug 10 14:03:41 2017 rev:2 rq:512161 version:2.007

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Authen-DecHpwd/perl-Authen-DecHpwd.changes  
2016-02-17 10:23:25.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Authen-DecHpwd.new/perl-Authen-DecHpwd.changes 
    2017-08-10 14:11:55.174004457 +0200
@@ -1,0 +2,24 @@
+Thu Jul 20 05:05:00 UTC 2017 - co...@suse.com
+
+- updated to 2.007
+   see /usr/share/doc/packages/perl-Authen-DecHpwd/Changes
+
+  version 2.007; 2017-07-19
+  
+    * update test suite to not rely on . in @INC, which is no longer
+      necessarily there from Perl 5.25.7
+  
+    * no longer include a Makefile.PL in the distribution
+  
+    * in META.{yml,json}, point to public bug tracker
+  
+    * correct license metadata in META.{yml,json}, which had been showing
+      GPL v1 but should be GPL v2
+  
+    * correct dynamic_config setting to 0
+  
+    * use cBOOL() where appropriate
+  
+    * convert .cvsignore to .gitignore
+
+-------------------------------------------------------------------

Old:
----
  Authen-DecHpwd-2.006.tar.gz

New:
----
  Authen-DecHpwd-2.007.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Authen-DecHpwd.spec ++++++
--- /var/tmp/diff_new_pack.ucivC4/_old  2017-08-10 14:11:55.801916049 +0200
+++ /var/tmp/diff_new_pack.ucivC4/_new  2017-08-10 14:11:55.817913796 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Authen-DecHpwd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Authen-DecHpwd
-Version:        2.006
+Version:        2.007
 Release:        0
 #Upstream: GPL-1.0+
 %define cpan_name Authen-DecHpwd
@@ -25,7 +25,7 @@
 License:        GPL-2.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Authen-DecHpwd/
-Source0:        Authen-DecHpwd-2.006.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++++++ Authen-DecHpwd-2.006.tar.gz -> Authen-DecHpwd-2.007.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/.gitignore 
new/Authen-DecHpwd-2.007/.gitignore
--- old/Authen-DecHpwd-2.006/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/Authen-DecHpwd-2.007/.gitignore 2017-07-19 10:17:19.000000000 +0200
@@ -0,0 +1,13 @@
+/Build
+/Makefile
+/_build
+/blib
+/META.json
+/META.yml
+/MYMETA.json
+/MYMETA.yml
+/Makefile.PL
+/SIGNATURE
+/Authen-DecHpwd-*
+/lib/Authen/DecHpwd.c
+/lib/Authen/DecHpwd.o
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/Build.PL 
new/Authen-DecHpwd-2.007/Build.PL
--- old/Authen-DecHpwd-2.006/Build.PL   2011-05-07 19:41:07.000000000 +0200
+++ new/Authen-DecHpwd-2.007/Build.PL   2017-07-19 10:17:19.000000000 +0200
@@ -35,7 +35,7 @@
        }
 })->new(
        module_name => "Authen::DecHpwd",
-       license => "gpl",
+       license => "GPL_2",
        dist_author => [
                "Shawn Clifford",
                "Davide Casale",
@@ -81,9 +81,18 @@
                "XSLoader" => 0,
        },
        needs_compiler => 0,
-       dynamic_config => 1,
+       dynamic_config => 0,
        meta_add => { distribution_type => "module" },
-       create_makefile_pl => "passthrough",
+       meta_merge => {
+               "meta-spec" => { version => "2" },
+               resources => {
+                       bugtracker => {
+                               mailto => "bug-Authen-DecHpwd\@rt.cpan.org",
+                               web => "https://rt.cpan.org/Public/Dist/";.
+                                       "Display.html?Name=Authen-DecHpwd",
+                       },
+               },
+       },
        sign => 1,
 )->create_build_script;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/Changes 
new/Authen-DecHpwd-2.007/Changes
--- old/Authen-DecHpwd-2.006/Changes    2011-05-07 19:41:07.000000000 +0200
+++ new/Authen-DecHpwd-2.007/Changes    2017-07-19 10:17:19.000000000 +0200
@@ -1,3 +1,21 @@
+version 2.007; 2017-07-19
+
+  * update test suite to not rely on . in @INC, which is no longer
+    necessarily there from Perl 5.25.7
+
+  * no longer include a Makefile.PL in the distribution
+
+  * in META.{yml,json}, point to public bug tracker
+
+  * correct license metadata in META.{yml,json}, which had been showing
+    GPL v1 but should be GPL v2
+
+  * correct dynamic_config setting to 0
+
+  * use cBOOL() where appropriate
+
+  * convert .cvsignore to .gitignore
+
 version 2.006; 2011-05-07
 
   * implement AUTODIN-II CRC hashing, delegating to Digest::CRC to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/MANIFEST 
new/Authen-DecHpwd-2.007/MANIFEST
--- old/Authen-DecHpwd-2.006/MANIFEST   2011-05-07 19:41:07.000000000 +0200
+++ new/Authen-DecHpwd-2.007/MANIFEST   2017-07-19 10:17:19.000000000 +0200
@@ -1,12 +1,10 @@
-.cvsignore
+.gitignore
 Build.PL
 Changes
 MANIFEST
 META.json
 META.yml
-Makefile.PL
 README
-lib/Authen/.cvsignore
 lib/Authen/DecHpwd.pm
 lib/Authen/DecHpwd.xs
 t/ad_ii.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/META.json 
new/Authen-DecHpwd-2.007/META.json
--- old/Authen-DecHpwd-2.006/META.json  2011-05-07 19:41:07.000000000 +0200
+++ new/Authen-DecHpwd-2.007/META.json  2017-07-19 10:17:19.000000000 +0200
@@ -10,63 +10,68 @@
       "Mike McCauley <mi...@open.com.au>",
       "Andrew Main (Zefram) <zef...@fysh.org>"
    ],
-   "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 
2.110580",
+   "dynamic_config" : 0,
+   "generated_by" : "Module::Build version 0.4224",
    "license" : [
-      "gpl_1"
+      "gpl_2"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Authen-DecHpwd",
    "prereqs" : {
       "build" : {
          "requires" : {
-            "Module::Build" : 0,
-            "Scalar::String" : 0,
-            "Test::More" : 0,
+            "Module::Build" : "0",
+            "Scalar::String" : "0",
+            "Test::More" : "0",
             "perl" : "5.006",
-            "strict" : 0,
-            "warnings" : 0
+            "strict" : "0",
+            "warnings" : "0"
          }
       },
       "configure" : {
          "requires" : {
-            "Module::Build" : 0,
+            "Module::Build" : "0",
             "perl" : "5.006",
-            "strict" : 0,
-            "warnings" : 0
+            "strict" : "0",
+            "warnings" : "0"
          }
       },
       "runtime" : {
          "recommends" : {
-            "XSLoader" : 0
+            "XSLoader" : "0"
          },
          "requires" : {
             "Data::Integer" : "0.003",
             "Digest::CRC" : "0.14",
-            "Exporter" : 0,
-            "Scalar::String" : 0,
-            "constant" : 0,
-            "parent" : 0,
+            "Exporter" : "0",
+            "Scalar::String" : "0",
+            "constant" : "0",
+            "parent" : "0",
             "perl" : "5.006",
-            "strict" : 0,
-            "warnings" : 0
+            "strict" : "0",
+            "warnings" : "0"
          }
       }
    },
    "provides" : {
       "Authen::DecHpwd" : {
          "file" : "lib/Authen/DecHpwd.pm",
-         "version" : "2.006"
+         "version" : "2.007"
       }
    },
    "release_status" : "stable",
    "resources" : {
+      "bugtracker" : {
+         "mailto" : "bug-authen-dech...@rt.cpan.org",
+         "web" : 
"https://rt.cpan.org/Public/Dist/Display.html?Name=Authen-DecHpwd";
+      },
       "license" : [
-         "http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt";
+         "http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt";
       ]
    },
-   "version" : "2.006"
+   "version" : "2.007",
+   "x_serialization_backend" : "JSON::PP version 2.93"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/META.yml 
new/Authen-DecHpwd-2.007/META.yml
--- old/Authen-DecHpwd-2.006/META.yml   2011-05-07 19:41:07.000000000 +0200
+++ new/Authen-DecHpwd-2.007/META.yml   2017-07-19 10:17:19.000000000 +0200
@@ -10,40 +10,42 @@
   - 'Mike McCauley <mi...@open.com.au>'
   - 'Andrew Main (Zefram) <zef...@fysh.org>'
 build_requires:
-  Module::Build: 0
-  Scalar::String: 0
-  Test::More: 0
-  perl: 5.006
-  strict: 0
-  warnings: 0
+  Module::Build: '0'
+  Scalar::String: '0'
+  Test::More: '0'
+  perl: '5.006'
+  strict: '0'
+  warnings: '0'
 configure_requires:
-  Module::Build: 0
-  perl: 5.006
-  strict: 0
-  warnings: 0
-dynamic_config: 1
-generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 
2.110580'
+  Module::Build: '0'
+  perl: '5.006'
+  strict: '0'
+  warnings: '0'
+dynamic_config: 0
+generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 
2.150010'
 license: gpl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Authen-DecHpwd
 provides:
   Authen::DecHpwd:
     file: lib/Authen/DecHpwd.pm
-    version: 2.006
+    version: '2.007'
 recommends:
-  XSLoader: 0
+  XSLoader: '0'
 requires:
-  Data::Integer: 0.003
-  Digest::CRC: 0.14
-  Exporter: 0
-  Scalar::String: 0
-  constant: 0
-  parent: 0
-  perl: 5.006
-  strict: 0
-  warnings: 0
+  Data::Integer: '0.003'
+  Digest::CRC: '0.14'
+  Exporter: '0'
+  Scalar::String: '0'
+  constant: '0'
+  parent: '0'
+  perl: '5.006'
+  strict: '0'
+  warnings: '0'
 resources:
-  license: http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt
-version: 2.006
+  bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Authen-DecHpwd
+  license: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
+version: '2.007'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/Makefile.PL 
new/Authen-DecHpwd-2.007/Makefile.PL
--- old/Authen-DecHpwd-2.006/Makefile.PL        2011-05-07 19:41:07.000000000 
+0200
+++ new/Authen-DecHpwd-2.007/Makefile.PL        1970-01-01 01:00:00.000000000 
+0100
@@ -1,35 +0,0 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.3800
-require 5.006;
-
-    unless (eval "use Module::Build::Compat 0.02; 1" ) {
-      print "This module requires Module::Build to install itself.\n";
-
-      require ExtUtils::MakeMaker;
-      my $yn = ExtUtils::MakeMaker::prompt
-       ('  Install Module::Build now from CPAN?', 'y');
-
-      unless ($yn =~ /^y/i) {
-       die " *** Cannot install without Module::Build.  Exiting ...\n";
-      }
-
-      require Cwd;
-      require File::Spec;
-      require CPAN;
-
-      # Save this 'cause CPAN will chdir all over the place.
-      my $cwd = Cwd::cwd();
-
-      CPAN::Shell->install('Module::Build::Compat');
-      CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate
-       or die "Couldn't install Module::Build, giving up.\n";
-
-      chdir $cwd or die "Cannot chdir() back to $cwd: $!";
-    }
-    eval "use Module::Build::Compat 0.02; 1" or die $@;
-    use lib '_build/lib';
-    Module::Build::Compat->run_build_pl(args => \@ARGV);
-    my $build_script = 'Build';
-    $build_script .= '.com' if $^O eq 'VMS';
-    exit(0) unless(-e $build_script); # cpantesters convention
-    require MyModuleBuilder;
-    Module::Build::Compat->write_makefile(build_class => 'MyModuleBuilder');
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/README 
new/Authen-DecHpwd-2.007/README
--- old/Authen-DecHpwd-2.006/README     2011-05-07 19:41:07.000000000 +0200
+++ new/Authen-DecHpwd-2.007/README     2017-07-19 10:17:19.000000000 +0200
@@ -39,7 +39,7 @@
 Based in part on code from John the Ripper, Copyright (C) 1996-2002
 Solar Designer
 
-Copyright (C) 2006, 2007, 2009, 2010, 2011
+Copyright (C) 2006, 2007, 2009, 2010, 2011, 2017
 Andrew Main (Zefram) <zef...@fysh.org>
 
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/SIGNATURE 
new/Authen-DecHpwd-2.007/SIGNATURE
--- old/Authen-DecHpwd-2.006/SIGNATURE  2011-05-07 19:41:12.000000000 +0200
+++ new/Authen-DecHpwd-2.007/SIGNATURE  2017-07-19 10:17:26.000000000 +0200
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.66.
+signed via the Module::Signature module, version 0.81.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -14,37 +14,35 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 34c481cb2456e7c438729e5ffe47fa4ee48cac13 .cvsignore
-SHA1 36d9a1cc3dc972d4194c80bf2c278874615290a8 Build.PL
-SHA1 cc866d014b2776a03d4a0d28098198baa87121e6 Changes
-SHA1 c3cc5da825f8df10b51844de2c0f83e32bd9d750 MANIFEST
-SHA1 895ed53852c915640ec6aa2ccd54e97794000e31 META.json
-SHA1 1e98a31999bcee33232a02bad5200fc49046b83e META.yml
-SHA1 2157ae40589595d6cc1585fd7279b25bcf8f5852 Makefile.PL
-SHA1 33252596b5db378b8990528c2993509ab6c3c187 README
-SHA1 e6329de2cc61d37633dbeae6a76de2a6c0db4d1c lib/Authen/.cvsignore
-SHA1 3f1d891c4ead1e9f41b628b5d33c7463c9803469 lib/Authen/DecHpwd.pm
-SHA1 84b1bc108a7e96d074e8fe9e7a4d326f8ab2482a lib/Authen/DecHpwd.xs
+SHA1 e0d01c23c0e75f3cef05e670d68f81f99c057924 .gitignore
+SHA1 c824b56d8efa5c48fb5e8a8ed5d9a2a23c0fc69a Build.PL
+SHA1 ff45133f5350753e54cfa9381065f8681513540c Changes
+SHA1 fb331f8833e976e763700157b086c42e761ec164 MANIFEST
+SHA1 5524b960f7eba1ad8ccb8c8de32931634d8a8859 META.json
+SHA1 483650111648cc30ca69065659e4360f59f92de0 META.yml
+SHA1 00dec66b630b610d0b276244bd48f63b67a26f49 README
+SHA1 651927c8843290aa3f1f77b749b46afa4b7ebe96 lib/Authen/DecHpwd.pm
+SHA1 e5ca05b652ddce398d213f93f9cbf64952ed0bfa lib/Authen/DecHpwd.xs
 SHA1 ec9d474d408610cc407a7a6acd6a57290ca1ffde t/ad_ii.t
-SHA1 e35855e0647f540961d852bc08375a55f79c4c46 t/ad_ii_pp.t
+SHA1 ad5ddb5c6490a27b5eb46c2decd66c8769b89036 t/ad_ii_pp.t
 SHA1 0c878ae29b417db5507ba73cb8003a9fe7d872eb t/error.t
-SHA1 fc008cb61eb02798d6ec02df230ef4d59bcdca12 t/error_pp.t
+SHA1 a1db817b20659750c1acc66816815e9604286b3a t/error_pp.t
 SHA1 904d9a4f76525e2303e4b0c168c68230f223c8de t/pod_cvg.t
-SHA1 3f447b1d0b8a6247c3a311087f8d66da1c3ca5db t/pod_cvg_pp.t
+SHA1 8b0ef0af30cd5064cf1b3d57c5fdbab11f8c567c t/pod_cvg_pp.t
 SHA1 65c75abdef6f01a5d1588a307f2ddfe2333dc961 t/pod_syn.t
 SHA1 02c3802728e0dd4191669855cd6fd83bcfebefdf t/purdy.t
-SHA1 a26610bddb1c5182c039b3b3efec9872e3d829fd t/purdy_pp.t
+SHA1 ba5c0e4503a110b38123688fc7d9f2d2d8589f38 t/purdy_pp.t
 SHA1 184c9273e3473ac7e08830e6b83b607bc4f40fb5 t/purdy_s.t
-SHA1 f3481010321f8d330a916d7df959adca2b7667dd t/purdy_s_pp.t
+SHA1 9744fbf090c0e790e15224cd3c26ba4efb80e811 t/purdy_s_pp.t
 SHA1 c44b75ae3c2a2ded3d620e8d7a9cc240f0f870d5 t/purdy_v.t
-SHA1 b609e9e46fec79dd78108d71961d331ca2bfa0fd t/purdy_v_pp.t
+SHA1 3543948db321999c5a11c89857eba5e8747471e9 t/purdy_v_pp.t
 SHA1 39855833b066d96722c23f00b99b17ea750db360 t/setup_pp.pl
 SHA1 296fe58b26077980410206b30534093e302f90c5 t/vms_pass.t
 SHA1 5a5c9c0be3c3e92a91d1d655f93e4ab0e805b116 t/vms_user.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.10 (GNU/Linux)
+Version: GnuPG v1
 
-iEYEARECAAYFAk3FhDMACgkQOV9mt2VyAVFdKQCfYYF/Z2FIBaxdcDR4DWIb2bb0
-fuMAoKh6Fz+rQLAAaVg5Ch828psQKyKX
-=mwGN
+iEYEARECAAYFAllvFY8ACgkQOV9mt2VyAVFD3ACeJDZX6cDf1e5AhP0MR0dWb/Xq
+ftMAnRKday9TbChnlyZLAvYxA3848pYI
+=y+5M
 -----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/lib/Authen/DecHpwd.pm 
new/Authen-DecHpwd-2.007/lib/Authen/DecHpwd.pm
--- old/Authen-DecHpwd-2.006/lib/Authen/DecHpwd.pm      2011-05-07 
19:41:07.000000000 +0200
+++ new/Authen-DecHpwd-2.007/lib/Authen/DecHpwd.pm      2017-07-19 
10:17:19.000000000 +0200
@@ -35,7 +35,7 @@
 
 use Digest::CRC 0.14 qw(crc32);
 
-our $VERSION = "2.006";
+our $VERSION = "2.007";
 
 use parent "Exporter";
 our @EXPORT_OK = qw(
@@ -420,7 +420,7 @@
 Based in part on code from John the Ripper, Copyright (C) 1996-2002
 Solar Designer
 
-Copyright (C) 2006, 2007, 2009, 2010, 2011
+Copyright (C) 2006, 2007, 2009, 2010, 2011, 2017
 Andrew Main (Zefram) <zef...@fysh.org>
 
 =head1 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/lib/Authen/DecHpwd.xs 
new/Authen-DecHpwd-2.007/lib/Authen/DecHpwd.xs
--- old/Authen-DecHpwd-2.006/lib/Authen/DecHpwd.xs      2011-05-07 
19:41:07.000000000 +0200
+++ new/Authen-DecHpwd-2.007/lib/Authen/DecHpwd.xs      2017-07-19 
10:17:19.000000000 +0200
@@ -3,6 +3,10 @@
 #include "perl.h"
 #include "XSUB.h"
 
+#ifndef cBOOL
+# define cBOOL(x) ((bool)!!(x))
+#endif /* !cBOOL */
+
 #ifndef Newx
 # define Newx(v,n,t) New(0,v,n,t)
 #endif /* !Newx */
@@ -659,13 +663,13 @@
        if(alg > UAIC_PURDY_S)
                croak("algorithm value %u is not recognised", alg);
        username_str = (U8*)SvPV(username_sv, username_len);
-       is_utf8 = !!SvUTF8(username_sv);
+       is_utf8 = cBOOL(SvUTF8(username_sv));
        username_octs = bytes_from_utf8(username_str, &username_len, &is_utf8);
        if(username_octs != username_str) SAVEFREEPV(username_octs);
        if(is_utf8)
                croak("input must contain only octets");
        password_str = (U8*)SvPV(password_sv, password_len);
-       is_utf8 = !!SvUTF8(password_sv);
+       is_utf8 = cBOOL(SvUTF8(password_sv));
        password_octs = bytes_from_utf8(password_str, &password_len, &is_utf8);
        if(is_utf8)
                croak("input must contain only octets");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/t/ad_ii_pp.t 
new/Authen-DecHpwd-2.007/t/ad_ii_pp.t
--- old/Authen-DecHpwd-2.006/t/ad_ii_pp.t       2011-05-07 19:41:07.000000000 
+0200
+++ new/Authen-DecHpwd-2.007/t/ad_ii_pp.t       2017-07-19 10:17:19.000000000 
+0200
@@ -1,7 +1,7 @@
 use warnings;
 use strict;
 
-do "t/setup_pp.pl" or die $@ || $!;
-do "t/ad_ii.t" or die $@ || $!;
+do "./t/setup_pp.pl" or die $@ || $!;
+do "./t/ad_ii.t" or die $@ || $!;
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/t/error_pp.t 
new/Authen-DecHpwd-2.007/t/error_pp.t
--- old/Authen-DecHpwd-2.006/t/error_pp.t       2011-05-07 19:41:07.000000000 
+0200
+++ new/Authen-DecHpwd-2.007/t/error_pp.t       2017-07-19 10:17:19.000000000 
+0200
@@ -1,7 +1,7 @@
 use warnings;
 use strict;
 
-do "t/setup_pp.pl" or die $@ || $!;
-do "t/error.t" or die $@ || $!;
+do "./t/setup_pp.pl" or die $@ || $!;
+do "./t/error.t" or die $@ || $!;
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/t/pod_cvg_pp.t 
new/Authen-DecHpwd-2.007/t/pod_cvg_pp.t
--- old/Authen-DecHpwd-2.006/t/pod_cvg_pp.t     2011-05-07 19:41:07.000000000 
+0200
+++ new/Authen-DecHpwd-2.007/t/pod_cvg_pp.t     2017-07-19 10:17:19.000000000 
+0200
@@ -1,7 +1,7 @@
 use warnings;
 use strict;
 
-do "t/setup_pp.pl" or die $@ || $!;
-do "t/pod_cvg.t" or die $@ || $!;
+do "./t/setup_pp.pl" or die $@ || $!;
+do "./t/pod_cvg.t" or die $@ || $!;
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/t/purdy_pp.t 
new/Authen-DecHpwd-2.007/t/purdy_pp.t
--- old/Authen-DecHpwd-2.006/t/purdy_pp.t       2011-05-07 19:41:07.000000000 
+0200
+++ new/Authen-DecHpwd-2.007/t/purdy_pp.t       2017-07-19 10:17:19.000000000 
+0200
@@ -1,7 +1,7 @@
 use warnings;
 use strict;
 
-do "t/setup_pp.pl" or die $@ || $!;
-do "t/purdy.t" or die $@ || $!;
+do "./t/setup_pp.pl" or die $@ || $!;
+do "./t/purdy.t" or die $@ || $!;
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/t/purdy_s_pp.t 
new/Authen-DecHpwd-2.007/t/purdy_s_pp.t
--- old/Authen-DecHpwd-2.006/t/purdy_s_pp.t     2011-05-07 19:41:07.000000000 
+0200
+++ new/Authen-DecHpwd-2.007/t/purdy_s_pp.t     2017-07-19 10:17:19.000000000 
+0200
@@ -1,7 +1,7 @@
 use warnings;
 use strict;
 
-do "t/setup_pp.pl" or die $@ || $!;
-do "t/purdy_s.t" or die $@ || $!;
+do "./t/setup_pp.pl" or die $@ || $!;
+do "./t/purdy_s.t" or die $@ || $!;
 
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Authen-DecHpwd-2.006/t/purdy_v_pp.t 
new/Authen-DecHpwd-2.007/t/purdy_v_pp.t
--- old/Authen-DecHpwd-2.006/t/purdy_v_pp.t     2011-05-07 19:41:07.000000000 
+0200
+++ new/Authen-DecHpwd-2.007/t/purdy_v_pp.t     2017-07-19 10:17:19.000000000 
+0200
@@ -1,7 +1,7 @@
 use warnings;
 use strict;
 
-do "t/setup_pp.pl" or die $@ || $!;
-do "t/purdy_v.t" or die $@ || $!;
+do "./t/setup_pp.pl" or die $@ || $!;
+do "./t/purdy_v.t" or die $@ || $!;
 
 1;


Reply via email to