Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pinto add/pull - warn about skipped dependencies when doing pull/add to pinto #168

Open
melezhik opened this issue Sep 12, 2014 · 0 comments

Comments

@melezhik
Copy link

Hi Jeff! Have not spoken for a awhile, have not we ((: ? Glad to back to pinto stuff ((:

My proposal i to add information about skipped dependencies which pinto is not going to to pull/add when doing recursive add/pull for given distribution:

   $ cat MyApp/Build.PL
       "Parse::CPAN::Meta" => "0"

  # will silently skip some modules, e.g.  "Parse::CPAN::Meta" :

   $ pinto add MyApp.tar.gz -v 
   ....

  # but if pull Parse::CPAN::Meta manually I'll see the that Parse::CPAN::Meta indeed has not been added :
  $ pull Parse::CPAN::Meta
      ... Skipping Parse::CPAN::Meta~0: included in perl 5.014002 core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant