Net-Statsd-Lite

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Test::Portability::Files" : "0",
            "Test::Spelling" : "0.17",
            "Test::TrailingSpace" : "0.0203",
            "Test::Vars" : "0.015",
            "Test::Version" : "1",
            "warnings" : "0"
         }
      },
      "runtime" : {
         "recommends" : {
            "Ref::Util::XS" : "0",
            "Socket" : "2.026",
            "Type::Tiny::XS" : "0"
         },
         "requires" : {
            "Carp" : "0",
            "Devel::StrictMode" : "0",
            "Digest::SHA" : "5.96",
            "IO::Socket::IP" : "0",
            "Moo" : "1.000000",
            "MooX::TypeTiny" : "0",
            "Ref::Util" : "0",
            "Scalar::Util" : "0",
            "Sub::Quote" : "0",
            "Sub::Util" : "1.40",
            "Types::Common" : "2.000000",
            "experimental" : "0",
            "namespace::autoclean" : "0",
            "perl" : "v5.20.0",
            "strict" : "0"
         }
      },

META.yml  view on Meta::CPAN

license: artistic_2
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Net-Statsd-Lite
provides:
  Net::Statsd::Lite:
    file: lib/Net/Statsd/Lite.pm
    version: v0.11.1
recommends:
  Ref::Util::XS: '0'
  Socket: '2.026'
  Type::Tiny::XS: '0'
requires:
  Carp: '0'
  Devel::StrictMode: '0'
  Digest::SHA: '5.96'
  IO::Socket::IP: '0'
  Moo: '1.000000'
  MooX::TypeTiny: '0'
  Ref::Util: '0'
  Scalar::Util: '0'
  Sub::Quote: '0'
  Sub::Util: '1.40'
  Types::Common: '2.000000'
  experimental: '0'
  namespace::autoclean: '0'
  perl: v5.20.0
  strict: '0'
resources:
  bugtracker: https://github.com/robrwo/Net-Statsd-Lite/issues

Makefile.PL  view on Meta::CPAN

  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.020000",
  "NAME" => "Net::Statsd::Lite",
  "PREREQ_PM" => {
    "Carp" => 0,
    "Devel::StrictMode" => 0,
    "Digest::SHA" => "5.96",
    "IO::Socket::IP" => 0,
    "Moo" => "1.000000",
    "MooX::TypeTiny" => 0,
    "Ref::Util" => 0,
    "Scalar::Util" => 0,
    "Sub::Quote" => 0,
    "Sub::Util" => "1.40",
    "Types::Common" => "2.000000",
    "experimental" => 0,
    "namespace::autoclean" => 0,
    "strict" => 0
  },
  "TEST_REQUIRES" => {
    "File::Spec" => 0,

Makefile.PL  view on Meta::CPAN

  "IO::Handle" => 0,
  "IO::Select" => 0,
  "IO::Socket" => 0,
  "IO::Socket::IP" => 0,
  "IPC::Open3" => 0,
  "Module::Load" => 0,
  "Module::Metadata" => "1.000015",
  "Moo" => "1.000000",
  "MooX::TypeTiny" => 0,
  "Net::EmptyPort" => 0,
  "Ref::Util" => 0,
  "Scalar::Util" => 0,
  "Socket" => 0,
  "Sub::Quote" => 0,
  "Sub::Util" => "1.40",
  "Test::Deep" => 0,
  "Test::More" => 0,
  "Test::Roo" => 0,
  "Test::Roo::DataDriven" => 0,
  "Test::Roo::Role" => 0,
  "Test::TCP" => "2.22",

README.md  view on Meta::CPAN

# REQUIREMENTS

This module lists the following modules as runtime dependencies:

- [Carp](https://metacpan.org/pod/Carp)
- [Devel::StrictMode](https://metacpan.org/pod/Devel%3A%3AStrictMode)
- [Digest::SHA](https://metacpan.org/pod/Digest%3A%3ASHA) version 5.96 or later
- [IO::Socket::IP](https://metacpan.org/pod/IO%3A%3ASocket%3A%3AIP)
- [Moo](https://metacpan.org/pod/Moo) version 1.000000 or later
- [MooX::TypeTiny](https://metacpan.org/pod/MooX%3A%3ATypeTiny)
- [Ref::Util](https://metacpan.org/pod/Ref%3A%3AUtil)
- [Scalar::Util](https://metacpan.org/pod/Scalar%3A%3AUtil)
- [Sub::Quote](https://metacpan.org/pod/Sub%3A%3AQuote)
- [Sub::Util](https://metacpan.org/pod/Sub%3A%3AUtil) version 1.40 or later
- [Types::Common](https://metacpan.org/pod/Types%3A%3ACommon) version 2.000000 or later
- [experimental](https://metacpan.org/pod/experimental)
- [namespace::autoclean](https://metacpan.org/pod/namespace%3A%3Aautoclean)
- [perl](https://metacpan.org/pod/perl) version v5.20.0 or later
- [strict](https://metacpan.org/pod/strict)

See the `cpanfile` file for the full list of prerequisites.

cpanfile  view on Meta::CPAN

# This file is generated by Dist::Zilla::Plugin::CPANFile v6.037
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.

requires "Carp" => "0";
requires "Devel::StrictMode" => "0";
requires "Digest::SHA" => "5.96";
requires "IO::Socket::IP" => "0";
requires "Moo" => "1.000000";
requires "MooX::TypeTiny" => "0";
requires "Ref::Util" => "0";
requires "Scalar::Util" => "0";
requires "Sub::Quote" => "0";
requires "Sub::Util" => "1.40";
requires "Types::Common" => "2.000000";
requires "experimental" => "0";
requires "namespace::autoclean" => "0";
requires "perl" => "v5.20.0";
requires "strict" => "0";
recommends "Ref::Util::XS" => "0";
recommends "Socket" => "2.026";
recommends "Type::Tiny::XS" => "0";

on 'build' => sub {
  requires "ExtUtils::MakeMaker" => "7.22";
  requires "Module::Metadata" => "1.000015";
};

on 'test' => sub {
  requires "File::Spec" => "0";

lib/Net/Statsd/Lite.pm  view on Meta::CPAN


use v5.20;

use Moo 1.000000;

use Carp qw/ croak /;
use Devel::StrictMode;
use Digest::SHA 5.96 qw/ hmac_sha256_base64 /;
use IO::Socket::IP;
use MooX::TypeTiny;
use Ref::Util qw/ is_plain_hashref /;
use Scalar::Util qw/ refaddr /;
use Sub::Quote qw/ quote_sub /;
use Sub::Util 1.40 qw/ set_subname /;
use Types::Common 2.000000 qw/ Bool Enum InstanceOf Int IntRange NonEmptySimpleStr
  NumRange PositiveInt PositiveOrZeroInt PositiveOrZeroNum SimpleStr StrMatch Value
  /;

use namespace::autoclean;

use experimental qw/ signatures /;

# RECOMMEND PREREQ: Ref::Util::XS
# RECOMMEND PREREQ: Socket 2.026
# RECOMMEND PREREQ: Type::Tiny::XS

our $VERSION = 'v0.11.1';


has host => (
    is      => 'ro',
    isa     => NonEmptySimpleStr,
    default => '127.0.0.1',

t/00-report-prereqs.dd  view on Meta::CPAN

                                      'Test::Portability::Files' => '0',
                                      'Test::Spelling' => '0.17',
                                      'Test::TrailingSpace' => '0.0203',
                                      'Test::Vars' => '0.015',
                                      'Test::Version' => '1',
                                      'warnings' => '0'
                                    }
                    },
       'runtime' => {
                      'recommends' => {
                                        'Ref::Util::XS' => '0',
                                        'Socket' => '2.026',
                                        'Type::Tiny::XS' => '0'
                                      },
                      'requires' => {
                                      'Carp' => '0',
                                      'Devel::StrictMode' => '0',
                                      'Digest::SHA' => '5.96',
                                      'IO::Socket::IP' => '0',
                                      'Moo' => '1.000000',
                                      'MooX::TypeTiny' => '0',
                                      'Ref::Util' => '0',
                                      'Scalar::Util' => '0',
                                      'Sub::Quote' => '0',
                                      'Sub::Util' => '1.40',
                                      'Types::Common' => '2.000000',
                                      'experimental' => '0',
                                      'namespace::autoclean' => '0',
                                      'perl' => 'v5.20.0',
                                      'strict' => '0'
                                    }
                    },



( run in 1.468 second using v1.01-cache-2.11-cpan-98e64b0badf )