We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137a0a3 commit 7c67759Copy full SHA for 7c67759
Makefile.PL
@@ -20,7 +20,7 @@ my %WriteMakefileArgs = (
20
'ExtUtils::MakeMaker' => '0',
21
},
22
TEST_REQUIRES => {
23
- 'Test2::V0' => '0',
+ 'Test2::V0' => '0.000098', # Support precision in float().
24
'FindBin' => 0,
25
26
PREREQ_PM => {
cpanfile
@@ -8,6 +8,6 @@ requires 'experimental' => 0;
8
on configure => sub { requires 'ExtUtils::MakeMaker' => 0 };
9
10
on test => sub {
11
- requires 'Test2::V0' => 0;
+ requires 'Test2::V0' => '0.000098'; # Support precision in float().
12
requires 'FindBin' => 0;
13
};
0 commit comments