Install Cpanfile-dump On A Debian, Ubuntu, Kali, Fedora And Raspbian
Install cpanfile-dump
-
Debian
apt-get install libmodule-cpanfile-perlClick to copy -
Ubuntu
apt-get install libmodule-cpanfile-perlClick to copy -
Kali Linux
apt-get install libmodule-cpanfile-perlClick to copy -
Fedora
dnf install perl-Module-CPANfileClick to copy -
Raspbian
apt-get install libmodule-cpanfile-perlClick to copy
libmodule-cpanfile-perl
format for describing CPAN dependencies of Perl applicationsModule::CPANfile is a tool to handle cpanfile format to load application specific dependencies, not just for CPAN distributions. `cpanfile` describes CPAN dependencies required to execute associated Perl code. Place the `cpanfile` in the root of the directory containing the associated code. For instance, in a Catalyst application, place the `cpanfile` in the same directory as `myapp.conf`. Tools supporting `cpanfile` format (e.g. cpanm and carton) will automatically detect the file and install dependencies for the code to run.
perl-Module-CPANfile
Parse cpanfile
Install the latest version of cpanfile-dump in Debian, Ubuntu, Kali, Fedora and Raspbian from terminal. To install the cpanfile-dump just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of cpanfile-dump from the respository and install it in your computer/server.




