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

dump configs in all plugins that have one #276

Open
wants to merge 21 commits into
base: v7-in-progress
Choose a base branch
from

Commits on Apr 21, 2018

  1. Configuration menu
    Copy the full SHA
    88abb04 View commit details
    Browse the repository at this point in the history
  2. use v5.20.0 and Dist::Zilla::Dialect

    Dist::Zilla::Dialect is a multi-import pragma to set up v5.20
    and the features used by Dist::Zilla code code:  the good stuff
    from v5.20 and thereabouts.
    rjbs committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    1ef6b8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1e0fac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    741b482 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dece0f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e273a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6d8420 View commit details
    Browse the repository at this point in the history
  8. clean up some sub definitions

    rjbs committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    91bc26a View commit details
    Browse the repository at this point in the history
  9. remove all uses of File::HomeDir

    ...as inspired by File::HomeDir::Tiny
    
    Note that all of this can be replaced by (glob('~'))[0] when perl 5.20
    is required.
    karenetheridge authored and rjbs committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    75674cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd6e0ee View commit details
    Browse the repository at this point in the history
  11. prohibit _ in non-decimal versions

    This will prevent discouraged formats from being used, even though CPAN::Meta
    still lets some of them in (despite contradictory language in
    CPAN::Meta::Spec).  Following the Lyon version roundtable, _ is no longer
    interpreted as another dot in non-decimal versions, so the sort order can now
    be different.
    karenetheridge authored and rjbs committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    c24316f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cee59bf View commit details
    Browse the repository at this point in the history
  13. homedir: on v5.20, we can just use glob("~") for homedir

    even on MSWin32
    karenetheridge authored and rjbs committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    48fe7a0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a91a223 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e5adadd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7bde393 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'latest-symlink'

    rjbs committed Apr 21, 2018
    Configuration menu
    Copy the full SHA
    9e2d250 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. avoid use of @_ where practical

    rjbs committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    1a77ae1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2018

  1. Configuration menu
    Copy the full SHA
    6bbe36c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f836ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39e0856 View commit details
    Browse the repository at this point in the history