Skip to content

Commit

Permalink
re-add 'recommends' as actual dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grawity committed Jul 13, 2021
1 parent 73fd907 commit faa11d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ WriteMakefile(
LICENSE => "mit",
PREREQ_PM => {
"perl" => "v5.10",
"Compress::LZW" => 0,
"Compress::Raw::Zlib" => 0,
"CryptX" => 0,
"HTML::Entities" => 0,
"IO::Uncompress::Inflate" => 0,
"IO::Uncompress::RawInflate" => 0,
"JSON" => 0,
"LWP::UserAgent" => 0,
"MIME::Base64" => 0,
Expand Down

0 comments on commit faa11d8

Please sign in to comment.