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
278 stars 48 forks source link

Packaging #5

Closed szepeviktor closed 9 years ago

szepeviktor commented 9 years ago

Please consider CPAN as a distribution point.

bbusschots-mu commented 9 years ago

It's something I have considered, and plan to do, but I've never packaged anything for CPAN before, so I'm not really sure where to begin.

If anyone would like to contribute the code changes needed to get the module ready for submission to CPAN I'd be very appreciative :)

bbusschots commented 9 years ago

The changes have now been made to prepare the module for CPAN, and a beta of the version I hope to submit to CPAN within the next few weeks has been released: https://github.com/bbusschots/xkpasswd.pm/releases/tag/v3.1.1

Even before it is in CPAN, it can be installed with the usual:

perl Build.PL ./Build ./Build test ./Build install

bbusschots commented 9 years ago

The module is now available via CPAN: http://search.cpan.org/perldoc?Crypt%3A%3AHSXKPasswd

szepeviktor commented 9 years ago

Thank you!