disable problematical 'uninitialized value' warning tests
[p5sagit/p5-mst-13.2.git] / t / lib / h2ph.pht
index 8bc1636..e03cbb9 100644 (file)
@@ -1,5 +1,7 @@
 require '_h2ph_pre.ph';
 
+no warnings 'redefine';
+
 unless(defined(&SQUARE)) {
     sub SQUARE {
        local($x) = @_;