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

Prep for dancer2 1.0.0 #1

Merged
merged 3 commits into from
Dec 13, 2023
Merged

Prep for dancer2 1.0.0 #1

merged 3 commits into from
Dec 13, 2023

Commits on Sep 10, 2023

  1. Replace Dancer2::Test with Plack::Test

    Dancer2::Test was soft-deprecated in v0.400000, and in the upcoming
    1.0.0 release, it will be hard deprecated, and these tests would stop
    working. Test suite should now pass regardless of Dancer2 version.
    cromedome committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    d1a4b3e View commit details
    Browse the repository at this point in the history
  2. Update README.pod with latest metadata

    This was transferred from xdg to the core team, and the readme didn't
    reflect the change.
    
    This isn't properly updated in the build process, so I had to build it,
    copy it from the packaged module, and update it here.
    cromedome committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    90e0f76 View commit details
    Browse the repository at this point in the history
  3. Remove some extra tests

    The version of xdg's Dist::Zilla at the time of writing this didn't
    include pod coverage and version tests that fail when run against this
    repo. Removed the newer tests, and everything is happy again.
    cromedome committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    59ae8fb View commit details
    Browse the repository at this point in the history