We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63245a4 commit 10ef206Copy full SHA for 10ef206
README.md
@@ -400,9 +400,14 @@ I went to <http://deps.cpantesters.org> and I copy-pasted the tree of dependenci
400
I then gather all the ruby array with all dependencies (for example the
401
previous example) into a file `list_of_deps`.
402
403
-Then I run
+Then I run:
404
405
- ./list_to_resources.pl < list_of_deps > resources
+```bash
406
+# Without tests
407
+brew install cpanm
408
+cpanm --notest MetaCPAN::Client
409
+./list_to_resources.pl < list_of_deps > resources
410
+```
411
412
and I copy everything in `resources` to the formula.
413
0 commit comments