Git Product home page Git Product logo

app-findeps's Introduction

Build Status MetaCPAN Release

NAME

findeps - A simple command-line tool that makes ready to run Perl script on any environment

SYNOPSIS

$ findeps your_product.pl | cpanm
$ findeps Plack.psgi | cpanm
$ findeps index.cgi | cpanm
$ findeps t/00_compile.t | cpanm

#On directory of the modules you made
$ findeps Your::Module | cpanm

Now you're ready to run the product you've made with many modules without installing them every single time

DESCRIPTION

findeps is a command line tool that resolves dependencies from too many Perl modules

scandeps.pl requires you to have CPANPLUS that was deprecated in v5.17.9 and removed from v5.19.0 on CORE

So I did reinvent what requires just only cpanm.

  • -u --upgradeAll OPTION

      $ findeps -u index.cgi | cpanm
    

    tries to upgrade modules you've already installed to the newest

  • -L --myLib OPTION

      $ findeps -L=modules Plack.psgi | cpanm
    

    If you have a local directory named 'modules' not to be 'lib', you can choose it and the modules in there are ignored because you've already holden them.

DANGEROUS OPTION

$ findeps --makeCpanfile Some::Module >| cpanfile

It may be useful when you build a new module with Minilla but NOT recommended yet

SEE ALSO

LICENSE

Copyright (C) worthmine.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Yuki Yoshida(worthmine)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.