From 80e2994434f3c840ce12546351ab9fd20cdd3aaa Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Tue, 19 Jul 2022 16:23:48 +0900 Subject: Imported Upstream version 4.03 --- t/110_bignum.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't/110_bignum.t') diff --git a/t/110_bignum.t b/t/110_bignum.t index 044e0e6..2425131 100644 --- a/t/110_bignum.t +++ b/t/110_bignum.t @@ -1,5 +1,6 @@ use strict; +use warnings; use Test::More; BEGIN { plan tests => 9 }; @@ -20,7 +21,7 @@ my $fix = !$v ? '+' : ''; -my $json = new JSON; +my $json = JSON->new; $json->allow_nonref->allow_bignum(1); $json->convert_blessed->allow_blessed; -- cgit v1.2.3