Skip to content

Commit

Permalink
"use strict" is strict
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 13, 2024
1 parent 9db6fd2 commit 9af9d96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ WriteMakefile(
EXE_FILES => [ 'bin/mergecal' ],

PREREQ_PM => {
($^V lt v5.38 ? (Object::Pad => 0) : ()),
Feature::Compat::Class => 0,
Text::vFile::asData => 0,
LWP::Simple => 0,
JSON => 0,
($^V lt v5.38 ? ('Object::Pad' => 0) : ()),
'Feature::Compat::Class' => 0,
'Text::vFile::asData' => 0,
'LWP::Simple' => 0,
'JSON' => 0,
},
TEST_REQUIRES => {
Test::More => 0,
'Test::More' => 0,
},

META_MERGE => {
Expand Down

0 comments on commit 9af9d96

Please sign in to comment.