kasei / attean

A Perl Semantic Web Framework
19 stars 10 forks source link

Attempt to call undefined import method with arguments #167

Closed eserte closed 3 months ago

eserte commented 7 months ago

t/term.t fails with perl 5.39.1 and newer:

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 

See also this overview of reports: http://matrix.cpantesters.org/?dist=Attean%200.033

andk commented 7 months ago

See also https://github.com/Perl/perl5/issues/21269