Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for change in
import()
behaviour for Perl > 5.39.1
Move the `Exporter::Tiny` setup before loading anything else so that the `import()` is visible. Use `require` for `Attean` so that `Attean->import()` is not called. Fixes <kasei#167>. See also <Perl/perl5#21269>.
- Loading branch information