diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-30 20:39:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-30 20:39:30 +0000 |
commit | d614cd8b2519c84f1ee8ae0c9c71fba2ed16cfb3 (patch) | |
tree | 9dcab260ac9fae520e0614ff3085803d7e7a832a /lib/Math/BigInt/t/bigfltpm.inc | |
parent | bea1ee5ea99c2aeca55be8c6a67d96f1dd075299 (diff) | |
download | perl-d614cd8b2519c84f1ee8ae0c9c71fba2ed16cfb3.tar.gz |
Upgrade to Math::BigInt 1.57.
p4raw-id: //depot/perl@16906
Diffstat (limited to 'lib/Math/BigInt/t/bigfltpm.inc')
-rw-r--r-- | lib/Math/BigInt/t/bigfltpm.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigInt/t/bigfltpm.inc b/lib/Math/BigInt/t/bigfltpm.inc index 734b935168..d455165d99 100644 --- a/lib/Math/BigInt/t/bigfltpm.inc +++ b/lib/Math/BigInt/t/bigfltpm.inc @@ -4,7 +4,7 @@ ok ($class->config()->{lib},$CL); while (<DATA>) { - chop; + chomp; $_ =~ s/#.*$//; # remove comments $_ =~ s/\s+$//; # trailing spaces next if /^$/; # skip empty lines & comments |