README.md (290B) [raw]
1 # dotfiles/etc/perl 2 3 The `cpanfile` contains all the CPAN modules I like to install 4 for Perl development. See also the [.perldb](.perldb) file for 5 history in the Perl debugger. 6 7 To install them, first install `cpanm`, and then run: 8 9 ```sh 10 cpanm --installdeps /path/to/dotfiles/etc/perl 11 ```