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

Future 2.002002 #6

Merged
merged 3 commits into from
Jul 7, 2016
Merged

Future 2.002002 #6

merged 3 commits into from
Jul 7, 2016

Commits on Jun 30, 2016

  1. Update perltidyrc

    kentfredric committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    e8b5311 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Warn about Provides entries pointing to non-existent files.

    This is mostly a failsafe trapping for bad logic and people who misuse
    MetaProvides::FromFile
    
    Aims to guard against not only "Bad filename" but "bad Path
    convention", but this latter is weakly enforced by "using what dzil
    uses".
    
    CPAN::Meta::Spec  says Provides entries must use UNIX conventions
    and use paths relative to base.
    kentfredric committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    adb8718 View commit details
    Browse the repository at this point in the history
  2. Add warnings for all providers w/ package-name missmatches.

    Presently if you have nested modules, the modules inside may be indexed,
    but the package itself can't be "use"'d.
    
    This is not a definte issue, but often when it happens its by accident.
    kentfredric committed Jul 7, 2016
    Configuration menu
    Copy the full SHA
    2a9e822 View commit details
    Browse the repository at this point in the history