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

Corion/exporter inheritance #155

Merged
merged 3 commits into from
May 10, 2021

Commits on May 7, 2021

  1. Don't inherit from Exporter anymore

    This might break some arcane usages like
    
    HTTP::Status->import_to_level()
    
    that weren't documented usage anyway
    Max Maischein committed May 7, 2021
    Configuration menu
    Copy the full SHA
    72fd69c View commit details
    Browse the repository at this point in the history
  2. Remove superfluous 5.002 requirement

    The "our" syntax requires 5.6 anyway
    Max Maischein committed May 7, 2021
    Configuration menu
    Copy the full SHA
    9dea98e View commit details
    Browse the repository at this point in the history
  3. Update Changes file

    Max Maischein committed May 7, 2021
    Configuration menu
    Copy the full SHA
    a5bca36 View commit details
    Browse the repository at this point in the history