[libatteanx-compatilibity-trine-perl] 07/22: Use Attean first

Jonas Smedegaard dr at jones.dk
Sat Dec 23 13:31:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.001-1
in repository libatteanx-compatilibity-trine-perl.

commit 00caf851134215839bc66affe0d190c919423129
Author: Kjetil Kjernsmo <kjetil at kjernsmo.net>
Date:   Mon Aug 14 15:15:31 2017 +0200

    Use Attean first
---
 t/blank.t   | 1 +
 t/iri.t     | 1 +
 t/literal.t | 1 +
 3 files changed, 3 insertions(+)

diff --git a/t/blank.t b/t/blank.t
index 992ed82..0d04b12 100644
--- a/t/blank.t
+++ b/t/blank.t
@@ -3,6 +3,7 @@
 use strict;
 use Test::More;
 
+use_ok('Attean');
 use_ok('Attean::Blank');
 
 can_ok('Attean::Blank', 'blank_identifier');
diff --git a/t/iri.t b/t/iri.t
index 8814aef..d682907 100644
--- a/t/iri.t
+++ b/t/iri.t
@@ -3,6 +3,7 @@
 use strict;
 use Test::More;
 
+use_ok('Attean');
 use_ok('Attean::IRI');
 
 can_ok('Attean::IRI', 'uri');
diff --git a/t/literal.t b/t/literal.t
index 31a697a..5a7cf3a 100644
--- a/t/literal.t
+++ b/t/literal.t
@@ -3,6 +3,7 @@
 use strict;
 use Test::More;
 
+use_ok('Attean');
 use_ok('Attean::Literal');
 
 can_ok('Attean::Literal', 'literal_value');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatteanx-compatilibity-trine-perl.git



More information about the Pkg-perl-cvs-commits mailing list