Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: metacpan/metacpan-client
base: b69fac0d4427
Choose a base ref
...
head repository: metacpan/metacpan-client
compare: 6d2b6e4e9edb
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 23, 2016

  1. use @starter to simplify dist.ini

    This also results in using [ReadmeAnyFromPod] instead of [Pod2Readme] (no functional change), and [RunExtraTests] instead of [ExtraTests] (generated author tests left in xt/ instead of rewritten to t/). Plugins [MetaConfig], [MetaProvides::Package], and [Test::ReportPrereqs] will additionally be used.
    Grinnz committed Oct 23, 2016
    Copy the full SHA
    f7031b7 View commit details
    Browse the repository at this point in the history
  2. Clean up cpanfile

    File::Spec, IO::Handle and IPC::Open3 test prereqs are for [Test::Compile] which will add them itself (and in the @starter bundle it is an author test only).
    
    perl version is already covered by runtime requires.
    
    Configure dependency on EUMM is added automatically by [MakeMaker].
    
    Pod develop requirements are added automatically by [PodSyntaxTests] and [PodCoverageTests].
    Grinnz committed Oct 23, 2016
    Copy the full SHA
    5ecb3b9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #54 from Grinnz/distini_starter

    Use @starter to clean up dist.ini and some cpanfile cleanup
    mickeyn committed Oct 23, 2016
    Copy the full SHA
    6d2b6e4 View commit details
    Browse the repository at this point in the history