Skip to content

perl console app to find perl modules dependencies recursively in your project

License

Notifications You must be signed in to change notification settings

jipipayo/Dependencio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Dependencio - Simple utility to find perl cpan modules dependencies recursively in your project.

INSTALL

better via cpan minus https://metacpan.org/pod/App::cpanminus once you installed cpanminus type:

cpanm App::Dependencio now you can use dependencio from your console

USE EXAMPLE

cd your/project/dir/path now just type in the console... dependencio

DESCRIPTION

Dependencio will scans recursively into your project evaluating all the cpan modules declared, if they are not installed, dependecio will warn you. if you run 'dependencio -c', automagically will try to install the missing modules via cpanm

To be used as standalone application or as a part of your continuous integration flow. Could be added the execution of Dependencio as a post hook git, jenkins, etc. If fails returns a non zero output to be properly handled from shell.

EXPORT

checkDeps

AUTHOR

dani remeseiro, <jipipayo at cpan dot org<gt>

COPYRIGHT AND LICENSE

Copyright (C) by dani remeseiro This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

perl console app to find perl modules dependencies recursively in your project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages