Skip to content

Commit

Permalink
Add explicit runtime requirement on Perl version
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Oct 21, 2023
1 parent bf79f0d commit 938de93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta/makefile.pret
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

`AtteanX-Compatibility-Trine`
:test-requirement [ :on "Test::More 0.96"^^:CpanId ];
:runtime-requirement [ :on "Attean 0.019"^^:CpanId ];
:runtime-requirement [ :on "perl 5.010001"^^:CpanId ];
:runtime-requirement [ :on "Attean 0.019"^^:CpanId ];
:develop-recommendation [ :on "Dist::Inkt 0.001"^^:CpanId ];
.

0 comments on commit 938de93

Please sign in to comment.