Skip to content

Test::Fatal now requires v5.12 or later #166

@briandfoy

Description

@briandfoy

The latest Test::Fatal (0.18) has a minimum perl version of v5.12. This means the URI tests won't pass on v5.8 or v5.10. It looks like the change in Test::Fatal is simply use v5.12 to replace use strict as far as I can tell. There might be plans to use other v5.12 features later.

Test::Exception, which has a minimum perl version of v5.6, could probably do the job, or maybe skipping all the tests in escapes.t if Test::Fatal cannot be loaded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions