Skip to content

JSON is used but not declared #7

@szabgab

Description

@szabgab

lib/DBIx/Class/Async/Schema.pm has require JSON that will raise an exception if JSON is not installed which was the case on the CI for perl versions 5.16 and 5.18 see here

IMHO Either JSON should be added as a dependency to Makefile.PL or the require in lib/DBIx/Class/Async/Schema.pm needs to be protected by eval.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions