Addr-MyIP

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "HTTP::Tiny" : "0",
            "IO::Socket::SSL" : "0",
            "perl" : "5.006"
         }
      },
      "test" : {
         "requires" : {
            "Hook::Output::Tiny" : "0",
            "Mock::Sub" : "0",
            "Test::More" : "0"
         }
      }

META.yml  view on Meta::CPAN

meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Addr-MyIP
no_index:
  directory:
    - t
    - inc
requires:
  HTTP::Tiny: '0'
  IO::Socket::SSL: '0'
  perl: '5.006'
resources:
  bugtracker: https://github.com/stevieb9/net-myip/issues
  repository: https://github.com/stevieb9/net-myip.git
version: '0.05'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL  view on Meta::CPAN

    CONFIGURE_REQUIRES => {
        'ExtUtils::MakeMaker' => '0',
    },
    TEST_REQUIRES => {
        'Hook::Output::Tiny' => '0',
        'Mock::Sub'  => '0',
        'Test::More' => '0',
    },
    PREREQ_PM => {
        'HTTP::Tiny'       => '0',
        'IO::Socket::SSL'  => '0',
    },
    dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean => { FILES => 'Addr-MyIP-*' },
);

# Compatibility with old versions of ExtUtils::MakeMaker
unless (eval { ExtUtils::MakeMaker->VERSION('6.64'); 1 }) {
    my $test_requires = delete $WriteMakefileArgs{TEST_REQUIRES} || {};
    @{$WriteMakefileArgs{PREREQ_PM}}{keys %$test_requires} = values %$test_requires;
}



( run in 0.257 second using v1.01-cache-2.11-cpan-4d50c553e7e )