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" : "1.50",
            "Cpanel::JSON::XS" : "4.40",
            "HTTP::Tiny" : "0.083",
            "IO::Socket::SSL" : "2.068",
            "JSON::MaybeXS" : "1.004003",
            "Scalar::Util" : "1.63",
            "URI" : "5.19"
         }
      },
      "test" : {
         "requires" : {
            "LWP::Protocol::https" : "6.10",
            "LWP::UserAgent" : "6.55",
            "Mozilla::CA" : "20240313",

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.43'
requires:
  Carp: '1.50'
  Cpanel::JSON::XS: '4.40'
  HTTP::Tiny: '0.083'
  IO::Socket::SSL: '2.068'
  JSON::MaybeXS: '1.004003'
  Scalar::Util: '1.63'
  URI: '5.19'
resources:
  homepage: https://github.com/OpenCageData/perl-Geo-Coder-OpenCage
  repository: https://github.com/OpenCageData/perl-Geo-Coder-OpenCage.git
version: '0.43'
x_generated_by_perl: v5.34.1
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" => "1.50",
    "Cpanel::JSON::XS" => "4.40",
    "HTTP::Tiny" => "0.083",
    "IO::Socket::SSL" => "2.068",
    "JSON::MaybeXS" => "1.004003",
    "Scalar::Util" => "1.63",
    "URI" => "5.19"
  },
  "TEST_REQUIRES" => {
    "LWP::Protocol::https" => "6.10",
    "LWP::UserAgent" => "6.55",
    "Mozilla::CA" => 20240313,
    "Net::Ping" => "2.73",
    "Test::Exception" => "0.32",

Makefile.PL  view on Meta::CPAN

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


my %FallbackPrereqs = (
  "Carp" => "1.50",
  "Cpanel::JSON::XS" => "4.40",
  "HTTP::Tiny" => "0.083",
  "IO::Socket::SSL" => "2.068",
  "JSON::MaybeXS" => "1.004003",
  "LWP::Protocol::https" => "6.10",
  "LWP::UserAgent" => "6.55",
  "Mozilla::CA" => 20240313,
  "Net::Ping" => "2.73",
  "Scalar::Util" => "1.63",
  "Test::Exception" => "0.32",
  "Test::More" => "0.92",
  "Test::Warn" => "0.37",
  "URI" => "5.19"

dist.ini  view on Meta::CPAN

version          = 0.43
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             = 1.50
Cpanel::JSON::XS = 4.40
HTTP::Tiny       = 0.083
IO::Socket::SSL  = 2.068
JSON::MaybeXS    = 1.004003
Scalar::Util     = 1.63
URI              = 5.19

[Prereqs / TestRequires]
LWP::Protocol::https = 6.10
LWP::UserAgent  = 6.55
Mozilla::CA     = 20240313
Net::Ping       = 2.73
Test::Exception = 0.32



( run in 2.602 seconds using v1.01-cache-2.11-cpan-6aa56a78535 )