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

Honor cpanfile requirements when recursing sub dependencies #446

Merged
merged 6 commits into from
Apr 18, 2015

Commits on Apr 18, 2015

  1. unit test to reproduce cpanfile requirement issue. #363

    This will occasionally pass and fail, because of hash randomization in newer perl.
    miyagawa committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    d88bb9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab35257 View commit details
    Browse the repository at this point in the history
  3. keep cpanfile requirements object and merge it when chasing for sub d…

    …ependencies.
    
    Fix #363 and lots of issues with carton such as:
    perl-carton/carton#68
    miyagawa committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    a411b42 View commit details
    Browse the repository at this point in the history
  4. more test

    miyagawa committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    5337373 View commit details
    Browse the repository at this point in the history
  5. add comment

    miyagawa committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    5364323 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21e2a19 View commit details
    Browse the repository at this point in the history