From 3243d790ee32aa8eda69226d81b1e79dbd1dcd87 Mon Sep 17 00:00:00 2001 From: Ruud van der Pas Date: Tue, 27 Feb 2024 18:29:55 +0000 Subject: gprofng: change use of bignum to use of bigint Change the statement "use bignum" to "use bigint". This is sufficient for gp-display-html to work and removes the dependency on bignum. gprofng/ChangeLog 2024-02-27 Ruud van der Pas PR 31390 * gprofng/gp-display-html: One line change to "use bigint". --- gprofng/gp-display-html/gp-display-html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprofng') diff --git a/gprofng/gp-display-html/gp-display-html.in b/gprofng/gp-display-html/gp-display-html.in index 6f37ca2..306c99a 100644 --- a/gprofng/gp-display-html/gp-display-html.in +++ b/gprofng/gp-display-html/gp-display-html.in @@ -25,7 +25,7 @@ use warnings; # Disable before release # use Perl::Critic; -use bignum; +use bigint; use List::Util qw (max); use Cwd qw (abs_path cwd); use File::Basename; -- cgit v1.1