bbusschots / hsxkpasswd

A Perl module and terminal command for generating secure memorable passwords inspired by the fabulous XKCD web comic and Steve Gibson's Password Hay Stacks. This is the library that powers www.xkpasswd.net
http://www.bartb.ie/xkpasswd
BSD 2-Clause "Simplified" License
277 stars 48 forks source link

"keys on reference is experimental" #9

Closed szepeviktor closed 9 years ago

szepeviktor commented 9 years ago

keys on reference is experimental at /usr/local/share/perl/5.20.2/Crypt/HSXKPasswd.pm line 610. keys on reference is experimental at /usr/local/share/perl/5.20.2/Crypt/HSXKPasswd.pm line 628. keys on reference is experimental at /usr/local/share/perl/5.20.2/Crypt/HSXKPasswd.pm line 628.

perl -v

This is perl 5, version 20, subversion 2 (v5.20.2) built for x86_64-linux-gnu-thread-multi
(with 42 registered patches, see perl -V for more detail)

Is it intended?

bbusschots commented 9 years ago

Nope - not intended - my version of Perl doesn't give those warnings.

bbusschots commented 9 years ago

I think I've resolved the problem in this branch: https://github.com/bbusschots/hsxkpasswd/tree/150811-CPANBugFixes

Would you be able to test that branch on your system to verify that my fix is indeed correct?

szepeviktor commented 9 years ago

Thank you, those are fixed.

szepeviktor commented 9 years ago

You could set up a CI script. Travis (is free and) has multiple versions of perl: http://docs.travis-ci.com/user/languages/perl/