Upgrade BigInt and BigRat
[p5sagit/p5-mst-13.2.git] / lib / constant.t
index a5ffb2c..51902eb 100644 (file)
@@ -10,7 +10,7 @@ use vars qw{ @warnings };
 BEGIN {                                # ...and save 'em for later
     $SIG{'__WARN__'} = sub { push @warnings, @_ }
 }
-END { print @warnings }
+END { print STDERR @warnings }
 
 
 use strict;