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