@@ -11,24 +11,24 @@ And then you can use that image to create dakpan structure.
11
11
12
12
docker run \
13
13
--rm \
14
- --volume `pwd`/darkpan:/darkpan \
14
+ --volume `pwd`/cpan:/cpan \
15
15
orepan2 \
16
- orepan2-inject --author LOGIN Test::Whitespaces /darkpan
16
+ orepan2-inject --author LOGIN Test::Whitespaces /cpan
17
17
18
18
This command will download module Test::Whitespaces from the big CPAN and
19
19
place in on your host machine. Here the sample of what will be created:
20
20
21
- $ find `pwd`/darkpan
22
- /Users/bessarabov/darkpan
23
- /Users/bessarabov/darkpan /authors
24
- /Users/bessarabov/darkpan /authors/id
25
- /Users/bessarabov/darkpan /authors/id/L
26
- /Users/bessarabov/darkpan /authors/id/L/LO
27
- /Users/bessarabov/darkpan /authors/id/L/LO/LOGIN
28
- /Users/bessarabov/darkpan /authors/id/L/LO/LOGIN/Test-Whitespaces-1.2.1.tar.gz
29
- /Users/bessarabov/darkpan /modules
30
- /Users/bessarabov/darkpan /modules/02packages.details.txt.gz
31
- /Users/bessarabov/darkpan /orepan2-cache.json
21
+ $ find `pwd`/cpan
22
+ /Users/bessarabov/cpan
23
+ /Users/bessarabov/cpan /authors
24
+ /Users/bessarabov/cpan /authors/id
25
+ /Users/bessarabov/cpan /authors/id/L
26
+ /Users/bessarabov/cpan /authors/id/L/LO
27
+ /Users/bessarabov/cpan /authors/id/L/LO/LOGIN
28
+ /Users/bessarabov/cpan /authors/id/L/LO/LOGIN/Test-Whitespaces-1.2.1.tar.gz
29
+ /Users/bessarabov/cpan /modules
30
+ /Users/bessarabov/cpan /modules/02packages.details.txt.gz
31
+ /Users/bessarabov/cpan /orepan2-cache.json
32
32
33
33
For more examples of using orepan2-inject see the
34
34
[ docs] ( https://metacpan.org/pod/distribution/OrePAN2/script/orepan2-inject ) .
0 commit comments