This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make writing user-defined character properties nicer.
[perl5.git] / lib / bigint.pm
index e5770c3..900fe18 100644 (file)
@@ -145,7 +145,6 @@ sub import
   if ($trace)
     {
     require Math::BigInt::Trace; $class = 'Math::BigInt::Trace';
-#    print STDERR "Loading $class";
     }
   else
     {