Skip to content

Commit

Permalink
Change in import() behaviour for Perl > 5.39.1
Browse files Browse the repository at this point in the history
Fixes <kasei#167>.

See also <Perl/perl5#21269>.
  • Loading branch information
zmughal committed Mar 2, 2024
1 parent 8b1bf75 commit 2218cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Attean/SPARQLClient.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ package Attean::SPARQLClient 0.033 {
use Encode qw(encode);
use Scalar::Util qw(blessed);
use URI::Escape;
use Attean::RDF qw(iri);
use Attean::RDF;
use namespace::clean;

has 'endpoint' => (is => 'ro', isa => ConsumerOf['Attean::API::IRI'], coerce => sub { iri(shift) }, required => 1);
Expand Down

0 comments on commit 2218cbd

Please sign in to comment.