-
Notifications
You must be signed in to change notification settings - Fork 4
DrHyde/perl-modules-CPAN-FindDependencies
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This module provides tools to find a module's dependencies (and their dependencies, and so on) without having to download the modules in their entirety. To install, do the usual dance: less Makefile.PL less lib/CPAN/FindDependencies.pm less t/* those being to ensure that I'm not being evil. then do this to install the module: perl Makefile.PL make make test make install (you may need to do this as root)