[libnet-dbus-perl] 252/335: Remove non-portable & redundant testing rules

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:06 UTC 2015


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

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 5cb81b5f17294a4a993353b371d72a9bcb673537
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Jan 2 19:42:12 2008 -0500

    Remove non-portable & redundant testing rules
---
 Makefile.PL | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 29765ec..fc275df 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -47,26 +47,4 @@ sub libscan
     ($path =~ /\~$/ || $path =~ m,/CVS/,) ? undef : $path;
   }
 
-sub test {
-    my $self = shift;
-    my $mm_test = $self->SUPER::test(@_);
-    
-    return '
-TO_TEST_PM = $(TO_INST_PM:lib/%.pm=blib/test/%.pm.tstamp)
-
-test :: test-syntax
-
-test-syntax: pure_all $(TO_TEST_PM)
-
-blib/test/%.pm.tstamp: lib/%.pm
-	@echo -n "Checking $<: "
-	#@perl -I blib/lib -c $<
-	@podchecker $<
-	@mkdir -p `dirname $@`
-	@touch $@
-
-' . $mm_test;
-  }
-
-
 __END__

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



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