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