Skip to content

Commit

Permalink
Add dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
kfly8 committed Aug 13, 2024
1 parent 9644f31 commit a635567
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ my %args = (
},

requires => {
'Devel::StrictMode' => '0',
'Devel::StrictMode' => '0.003',
'XS::Parse::Keyword' => '0.36',
'perl' => '5.016000',
},
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"runtime" : {
"requires" : {
"Devel::StrictMode" : "0",
"Devel::StrictMode" : "0.003",
"XS::Parse::Keyword" : "0.36",
"perl" : "5.016000"
}
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requires 'perl', '5.016000';
requires 'XS::Parse::Keyword' => '0.36';
requires 'Devel::StrictMode';
requires 'Devel::StrictMode', => '0.003';

on 'configure' => sub {
requires 'Module::Build' => '0.4004';
Expand Down

0 comments on commit a635567

Please sign in to comment.