[SCM] librdf-ns-perl Debian packaging branch, master, updated. debian/20130208-1-22-g47de138

Jakob Voss jakob at nichtich.de
Fri Apr 19 13:28:38 UTC 2013


The following commit has been merged in the master branch:
commit 582f9b3caa09493e13b834760f6a7b2dd41ab191
Author: Jakob Voss <jakob at nichtich.de>
Date:   Sat Oct 29 22:03:46 2011 +0200

    avoid 'No subtests run' error

diff --git a/t/trine.t b/t/trine.t
index 1e15ab2..f96afad 100644
--- a/t/trine.t
+++ b/t/trine.t
@@ -5,6 +5,8 @@ use Test::More;
 eval { require RDF::Trine::Node::Resource; 1; };
 if ( $@ ) {
 	diag("RDF::Trine missing - skip tests of RDF::NS::Trine");
+	ok(1, "skip tests");
+	done_testing;
 	exit 0;
 }
 

-- 
librdf-ns-perl Debian packaging



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