Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a1aeab

Browse filesBrowse files
committed
Using /cpan directory in orepan2 README.md
1 parent f6b8351 commit 6a1aeab
Copy full SHA for 6a1aeab

File tree

Expand file treeCollapse file tree

1 file changed

+13
-13
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-13
lines changed

‎orepan2/README.md

Copy file name to clipboardExpand all lines: orepan2/README.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ And then you can use that image to create dakpan structure.
1111

1212
docker run \
1313
--rm \
14-
--volume `pwd`/darkpan:/darkpan \
14+
--volume `pwd`/cpan:/cpan \
1515
orepan2 \
16-
orepan2-inject --author LOGIN Test::Whitespaces /darkpan
16+
orepan2-inject --author LOGIN Test::Whitespaces /cpan
1717

1818
This command will download module Test::Whitespaces from the big CPAN and
1919
place in on your host machine. Here the sample of what will be created:
2020

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
3232

3333
For more examples of using orepan2-inject see the
3434
[docs](https://metacpan.org/pod/distribution/OrePAN2/script/orepan2-inject).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.