diff options
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index c6dbbc8..2fe34d0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,6 +12,11 @@ WriteMakefile( 'Test::More' => 0, 'URI::Escape' => 0, 'Tie::IxHash' => 0, + # If you are aware of a way to declare an OR relation in prerequisites, + # please tell me, you would be my hero. it doesn't have to be EU:MM. + # 'Net::SSLeay' => 0, + # or 'Crypt::SSLeay' => 0, + # 'LWP' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Net-HTTPS-Any-*' }, |