You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to call undefined import method with arguments ("iri") via package "Attean::RDF" (Perhaps you forgot to load the package?) at /home/e/eserte/.cpan/build/2023111808/Attean-0.033-0/blib/lib/Attean/SPARQLClient.pm line 58.
t/term-map.t ...................... ok
Attempt to call undefined import method with arguments ("iri") via package "Attean::RDF" (Perhaps you forgot to load the package?) at /home/e/eserte/.cpan/build/2023111808/Attean-0.033-0/blib/lib/Attean/SPARQLClient.pm line 58.
# Failed test 'no (unexpected) warnings (via done_testing)'
# at t/term.t line 117.
# Looks like you failed 1 test of 25.
t/term.t ..........................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/25 subtests
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>.
t/term.t fails with perl 5.39.1 and newer:
See also this overview of reports: http://matrix.cpantesters.org/?dist=Attean%200.033
The text was updated successfully, but these errors were encountered: