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

Make module_name_rx extendable #6

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open

Make module_name_rx extendable #6

wants to merge 23 commits into from

Commits on Dec 30, 2018

  1. get build working again

    Dist::Zilla::Plugin::MakeMaker 5.022 shifted to creating its file in the
    FileGatherer phase, which is earlier than when PruneFiles runs, which
    removed the small in-repo Makefile.PL so it can be replaced with the
    generated version. Now we must prevent it from being gathered in the
    first place.
    karenetheridge committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    0e4288a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e84038e View commit details
    Browse the repository at this point in the history
  3. Revert "stop using Test::Requires here"

    This reverts commit 33a055a.
    
    It's okay to have this as a requirement when RELEASE_TESTING=1, since we
    normally release from a very recent perl and the variable is never set
    otherwise.
    karenetheridge committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    0ca0a36 View commit details
    Browse the repository at this point in the history
  4. convert packaging to my plugin bundle

    in this commit, most plugins use the same config as before, so diffs are
    kept to a minimum
    karenetheridge committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    ae49faa View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2018

  1. Configuration menu
    Copy the full SHA
    f10f032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4627d81 View commit details
    Browse the repository at this point in the history
  3. Package-Stash-XS-0.29

          - quiet compiler warning (Jacques Germishuys, PR doy#2)
          - canonical repository moved to
            https://github.com/moose/Package-Stash=XS
    karenetheridge committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    98dba02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06db324 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c794233 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6a8bbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f277b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    36cb96a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32daf40 View commit details
    Browse the repository at this point in the history
  10. revert to standard weaver configs

    ...which necessitates removing trailing code so all the pod doesn't get
    relocated.
    karenetheridge committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    9a83a12 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6a42c9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b005c9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    72efd95 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    023542d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5922856 View commit details
    Browse the repository at this point in the history
  16. generate ppport.h via Devel::PPPort

    ..and the .h file will be updated in the repository after each release
    karenetheridge committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    74f59ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ead51f0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    844b7fb View commit details
    Browse the repository at this point in the history
  19. capitalize abstract

    karenetheridge committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    0e7fdf9 View commit details
    Browse the repository at this point in the history