Data-Password-zxcvbn 1.0.0 Deleted
Kwalitee Issues
No Core Issues.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Data::Password::zxcvbn | Dropbox's password estimation logic | 1.0 | metacpan |
Data::Password::zxcvbn::AdjacencyGraph | adjacency graphs for common keyboards | 1.0 | metacpan |
Data::Password::zxcvbn::Combinatorics | some combinatorial functions | 1.0 | metacpan |
Data::Password::zxcvbn::Match | role for match objects | 1.0 | metacpan |
Data::Password::zxcvbn::Match::BruteForce | special match class for brute-force guesses | 1.0 | metacpan |
Data::Password::zxcvbn::Match::Date | match class for digit sequences that look like dates | 1.0 | metacpan |
Data::Password::zxcvbn::Match::Dictionary | match class for words in passwords | 1.0 | metacpan |
Data::Password::zxcvbn::Match::Regex | match class for recognisable patterns in passwords | 1.0 | metacpan |
Data::Password::zxcvbn::Match::Repeat | match class for repetitions of other matches | 1.0 | metacpan |
Data::Password::zxcvbn::Match::Sequence | match class for sequences of uniformly-spaced codepoints | 1.0 | metacpan |
Data::Password::zxcvbn::Match::Spatial | match class for sequences of nearby keys | 1.0 | metacpan |
Data::Password::zxcvbn::Match::UserInput | match class for words that match other user-supplied information | 1.0 | metacpan |
Data::Password::zxcvbn::MatchList | a collection of matches for a password | 1.0 | metacpan |
Data::Password::zxcvbn::RankedDictionaries | ranked dictionaries for common words | 1.0 | metacpan |
Data::Password::zxcvbn::TimeEstimate | functions to estimate cracking times | 1.0 | metacpan |