Implement IGetMarketPrices and IGetUserListings
[www-backpacktf.git] / Makefile.PL
index fa272f33df902d78aa85aa084c12bcc612739b92..d08e328a741d43fa8a1ee6c5c98a8d9d3adda62e 100644 (file)
@@ -10,8 +10,11 @@ WriteMakefile(
        LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {
-               qw/JSON 0
-                  LWP::Simple 0/,
+               qw/JSON::MaybeXS 0
+                  PerlX::Maybe 0/,
+       },
+       BUILD_REQUIRES    => {
+               qw/Test::RequiresInternet 0/,
        },
        META_MERGE        => {
                dynamic_config => 0,
This page took 0.010084 seconds and 4 git commands to generate.