File Coverage

lib/CtrlO/Crypt/XkcdPassword/Wordlist/eff_short_1.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package CtrlO::Crypt::XkcdPassword::Wordlist::eff_short_1;
2 1     1   710 use strict;
  1         2  
  1         36  
3 1     1   5 use warnings;
  1         2  
  1         32  
4 1     1   659 use utf8;
  1         16  
  1         5  
5 1     1   54 use 5.010;
  1         3  
6              
7 1     1   5 use base 'WordList';
  1         2  
  1         579  
8              
9             # ABSTRACT: word list for CtrlO::Crypt::XkcdPassword based on eff_short_1_wordlist.txt
10              
11             our $VERSION = '1.011'; # VERSION
12              
13              
14             'correct horse battery staple';
15              
16             =pod
17              
18             =encoding UTF-8
19              
20             =head1 NAME
21              
22             CtrlO::Crypt::XkcdPassword::Wordlist::eff_short_1 - word list for CtrlO::Crypt::XkcdPassword based on eff_short_1_wordlist.txt
23              
24             =head1 VERSION
25              
26             version 1.011
27              
28             =head1 DESCRIPTION
29              
30             Subclass of L providing the a word list for
31             CtrlO::Crypt::XkcdPassword based on EFF's general short word list
32              
33             Please see L for the API if ever need to use this word list
34             in another context.
35              
36             =head2 Wordlist source
37              
38             =over
39              
40             =item * L
41              
42             =item * Please read L for the pros and cons of using this or other wordlists provided by EFF.
43              
44             =back
45              
46             =head1 AUTHOR
47              
48             Thomas Klausner
49              
50             =head1 COPYRIGHT AND LICENSE
51              
52             This software is copyright (c) 2018 - 2021 by Thomas Klausner.
53              
54             This is free software; you can redistribute it and/or modify it under
55             the same terms as the Perl 5 programming language system itself.
56              
57             =cut
58              
59             __DATA__