1MODULE-FAKER(1) User Contributed Perl Documentation MODULE-FAKER(1)
2
3
4
6 module-faker - fake up CPAN distributions with Module::Faker
7
9 version 0.025
10
12 module-faker [-s|--src STR] [-d|--dest STR] [-p|--author-dir]
13
15 This module should work on any version of perl still receiving updates
16 from the Perl 5 Porters. This means it should work on any version of
17 perl released in the last two to three years. (That is, if the most
18 recently released version is v5.40, then this module should work on
19 both v5.40 and v5.38.)
20
21 Although it may work on older versions of perl, no guarantee is made
22 that the minimum required version will not be increased. The version
23 may be increased for any reason, and there is no promise that patches
24 will be accepted to lower the minimum required perl.
25
27 -s STR, --src STR
28 source directory
29
30 -d STR, --dest STR
31 destination directory
32
33 -p, --author-dir
34 write dists into A/U/AUTHOR dirs
35
37 Ricardo Signes <cpan@semiotic.systems>
38
40 This software is copyright (c) 2008 by Ricardo Signes.
41
42 This is free software; you can redistribute it and/or modify it under
43 the same terms as the Perl 5 programming language system itself.
44
45
46
47perl v5.38.0 2023-07-20 MODULE-FAKER(1)