Skip to content

Commit

Permalink
Carp 1.08 was causing issues on CPAN Testers. such as https://www.cpa…
Browse files Browse the repository at this point in the history
  • Loading branch information
david-dick committed Jan 4, 2025
1 parent d286039 commit 1e28076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ WriteMakefile(
},
PREREQ_PM => {
'Exporter' => 0,
'Carp' => 0,
'Carp' => 1.26, # used on RHEL7
'constant' => 0,
'English' => 0,
($^O eq 'MSWin32') ? ( 'Win32::API' => 0 ) : ( 'FileHandle' => 0 ),
Expand Down

0 comments on commit 1e28076

Please sign in to comment.