Skip to content

briang/CPAN-Mini-FindDependencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

Find modules' dependencies offline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages