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

don't enable strict or warnings when Moo 3 is requested #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 7, 2024

  1. don't enable strict or warnings when Moo 3 is requested

    With modern perls, it is encouraged to use a "use v5.xx;" declaration,
    which enables strict and warnings. This makes it less useful for Moo to
    do so. Always enabling warnings also interferes with trying to disable
    warnings on experimental features.
    haarg committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    45cd342 View commit details
    Browse the repository at this point in the history