From: Cameron Date: Wed, 23 Nov 2022 09:01:07 +0000 (-0600) Subject: Add cpanminus (#192) X-Git-Tag: v0.2.0.2~118 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/eae4a2b6d4390f7aa1632c293311bc5553a6df0f Add cpanminus (#192) --- diff --git a/programs/cpanminus.json b/programs/cpanminus.json new file mode 100644 index 0000000..b39b860 --- /dev/null +++ b/programs/cpanminus.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.cpanm", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport PERL_CPANM_HOME=\"${XDG_CACHE_HOME}\"/cpanm\n```\n" + } + ], + "name": "cpanminus" +}