[libcatmandu-perl] 01/03: Deleting test for non existent module

Jonas Smedegaard dr at jones.dk
Tue Oct 14 13:52:57 UTC 2014


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

js pushed a commit to tag 0.9206
in repository libcatmandu-perl.

commit 831c8be6aad598a577efa604151a149cdcdf34f6
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date:   Tue Oct 7 08:59:38 2014 +0200

    Deleting test for non existent module
---
 t/Catmandu-Importer-ModuleInfo.t | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/t/Catmandu-Importer-ModuleInfo.t b/t/Catmandu-Importer-ModuleInfo.t
deleted file mode 100644
index dcdcd85..0000000
--- a/t/Catmandu-Importer-ModuleInfo.t
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env perl
-use strict;
-use warnings;
-use Test::More;
-use Test::Exception;
-
-my $pkg;
-BEGIN {
-    $pkg = 'Catmandu::Importer::ModuleInfo';
-    use_ok $pkg;
-}
-
-my $importer = $pkg->new(namespace => "Catmandu::Importer", max_depth => 1);
-
-isa_ok $importer,$pkg;
-
-ok($importer->any(sub { $_[0]->{name} eq $pkg }), "$pkg finds info about itself");
-
-done_testing 3;

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



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