Implement IGetMarketPrices and IGetUserListings
[www-backpacktf.git] / Makefile.PL
index 48ad885b14f1b402845d1943e62c20297a45dcfb..d08e328a741d43fa8a1ee6c5c98a8d9d3adda62e 100644 (file)
@@ -10,10 +10,12 @@ 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,
                resources      => {
This page took 0.009779 seconds and 4 git commands to generate.