Skip to content

Commit

Permalink
Merge pull request #168 from zmughal-contrib/167-undef-import
Browse files Browse the repository at this point in the history
Change in `import()` behaviour for Perl > 5.39.1 (#168 from @zmughal).
  • Loading branch information
kasei authored Mar 10, 2024
2 parents 8b1bf75 + 55dc693 commit 5e28081
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Attean/RDF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ package Attean::RDF 0.033 {
use v5.14;
use warnings;

use Attean;
use List::MoreUtils qw(zip);
require Exporter::Tiny;
use namespace::clean;

our @ISA = qw(Exporter::Tiny);
our @EXPORT = qw(iri blank literal dtliteral langliteral variable triple quad triplepattern quadpattern bgp);

require Attean;
use List::MoreUtils qw(zip);
use namespace::clean;

=item C<< variable( $value ) >>
C<< Attean::Variable->new($value) >>
Expand Down

0 comments on commit 5e28081

Please sign in to comment.