Update of /cvsroot/module-build/Module-Build/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8490/t
Modified Files:
Tag: release-0_26_branch
compat.t
Log Message:
Remove some debug stuff
Index: compat.t
===================================================================
RCS file: /cvsroot/module-build/Module-Build/t/compat.t,v
retrieving revision 1.17.2.4
retrieving revision 1.17.2.5
diff -u -d -r1.17.2.4 -r1.17.2.5
--- compat.t 7 Jan 2005 08:14:57 -0000 1.17.2.4
+++ compat.t 24 Jan 2005 03:37:10 -0000 1.17.2.5
@@ -9,7 +9,7 @@
my $common_pl = File::Spec->catfile('t', 'common.pl');
require $common_pl;
-use Carp; $SIG{__WARN__} = \&Carp::cluck;
+#use Carp; $SIG{__WARN__} = \&Carp::cluck;
# Don't let our own verbosity/test_file get mixed up with our subprocess's
|