Geo-Coder-OpenCage

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

          As suggested by NHORNE. Thanks!
        - Copyright now with OpenCage GmbH

0.23    2019-05-30
        - add version number to user agent string

0.22    2019-04-29
        - add support for new, optional "roadinfo" parameter

0.21    2019-02-22
        - require IO::Socket::SSL to make https requests, thanks SREZIC
        - remove 'use feature qw(say)' from a test, also thanks SREZIC

0.20    2019-02-18
        - use JSON::MaybeXS as using CPanel::JSON::XS directly seems to 
          to be causing test failures

0.19    2019-02-15
        - skip some tests if not online. No code changes.
        
0.18    2019-02-12

META.json  view on Meta::CPAN

      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Cpanel::JSON::XS" : "4.21",
            "HTTP::Tiny" : "0",
            "IO::Socket::SSL" : "2.068",
            "JSON::MaybeXS" : "1.004003",
            "Pod::Perldoc" : "3.21",
            "URI" : "0"
         }
      },
      "test" : {
         "requires" : {
            "LWP::Protocol::https" : "6.10",
            "LWP::UserAgent" : "6.55",
            "Net::Ping" : "2.73",

META.yml  view on Meta::CPAN

  version: '1.4'
name: Geo-Coder-OpenCage
provides:
  Geo::Coder::OpenCage:
    file: lib/Geo/Coder/OpenCage.pm
    version: '0.36'
requires:
  Carp: '0'
  Cpanel::JSON::XS: '4.21'
  HTTP::Tiny: '0'
  IO::Socket::SSL: '2.068'
  JSON::MaybeXS: '1.004003'
  Pod::Perldoc: '3.21'
  URI: '0'
resources:
  homepage: https://github.com/OpenCageData/perl-Geo-Coder-OpenCage
  repository: https://github.com/OpenCageData/perl-Geo-Coder-OpenCage.git
version: '0.36'
x_generated_by_perl: v5.26.3
x_serialization_backend: 'YAML::Tiny version 1.73'
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'

Makefile.PL  view on Meta::CPAN

  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Geo-Coder-OpenCage",
  "LICENSE" => "perl",
  "NAME" => "Geo::Coder::OpenCage",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Cpanel::JSON::XS" => "4.21",
    "HTTP::Tiny" => 0,
    "IO::Socket::SSL" => "2.068",
    "JSON::MaybeXS" => "1.004003",
    "Pod::Perldoc" => "3.21",
    "URI" => 0
  },
  "TEST_REQUIRES" => {
    "LWP::Protocol::https" => "6.10",
    "LWP::UserAgent" => "6.55",
    "Net::Ping" => "2.73",
    "Scalar::Util" => 0,
    "Test::Exception" => "0.32",

Makefile.PL  view on Meta::CPAN

  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "Cpanel::JSON::XS" => "4.21",
  "HTTP::Tiny" => 0,
  "IO::Socket::SSL" => "2.068",
  "JSON::MaybeXS" => "1.004003",
  "LWP::Protocol::https" => "6.10",
  "LWP::UserAgent" => "6.55",
  "Net::Ping" => "2.73",
  "Pod::Perldoc" => "3.21",
  "Scalar::Util" => 0,
  "Test::Exception" => "0.32",
  "Test::More" => "0.92",
  "Test::Pod" => "1.51",
  "Test::Warn" => 0,

dist.ini  view on Meta::CPAN

version          = 0.36
abstract         = Forward and reverse geocoding with the OpenCage Geocoding API
author           = Ed Freyfogle <cpan@opencagedata.com>
license          = Perl_5
copyright_holder = OpenCage GmbH

[Prereqs / RuntimeRequires]
Carp             = 0
Cpanel::JSON::XS = >= 4.21 ;
HTTP::Tiny       = 0
IO::Socket::SSL  = >= 2.068 ;
JSON::MaybeXS    = 1.004003
Pod::Perldoc     = >= 3.21 ;
URI              = 0

[Prereqs / TestRequires]
LWP::Protocol::https = 6.10
LWP::UserAgent  = 6.55
Net::Ping       = 2.73
Scalar::Util    = 0
Test::Exception = 0.32



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