• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ex/H06-Sep-2009-3223

lib/Statistics/H06-Sep-2009-25768

t/H06-Sep-2009-260200

xt/H06-Sep-2009-4231

.perlcriticrcH A D06-Sep-2009429 2316

ChangesH A D06-Sep-2009871 3324

MANIFESTH A D06-Sep-2009311 1817

META.ymlH A D06-Sep-2009641 2625

Makefile.PLH A D06-Sep-2009739 2925

READMEH A D06-Sep-2009499 2817

README

1Statistics-Benford
2==================
3
4This module calculates the deviation from Benford's law
5
6INSTALLATION
7
8To install this module type the following:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
19    List::Util
20    Test::More
21
22COPYRIGHT AND LICENCE
23
24Copyright (C) 2007-2009 by gray <gray@cpan.org>
25
26This library is free software; you can redistribute it and/or modify it under
27the same terms as Perl itself.
28