Assert-Conditional
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
"Env" : "0",
"Exporter" : "5.57",
"Exporter::ConditionalSubs" : "v1.11.1",
"File::Basename" : "0",
"File::Spec" : "0",
"POSIX" : "0",
"Scalar::Util" : "0",
"Tie::Hash" : "0",
"Unicode::Collate" : "0",
"Unicode::Normalize" : "0",
"namespace::autoclean" : "0",
"namespace::clean" : "0",
"parent" : "0",
"perl" : "5.012"
}
}
},
"release_status" : "stable",
"version" : "v0.010",
"x_serialization_backend" : "JSON::PP version 4.00"
}
Env: '0'
Exporter: '5.57'
Exporter::ConditionalSubs: v1.11.1
File::Basename: '0'
File::Spec: '0'
POSIX: '0'
Scalar::Util: '0'
Tie::Hash: '0'
Unicode::Collate: '0'
Unicode::Normalize: '0'
namespace::autoclean: '0'
namespace::clean: '0'
parent: '0'
perl: '5.012'
version: v0.010
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
Makefile.PL view on Meta::CPAN
},
PREREQ_PM => {
"Attribute::Handlers" => 0, # core
"B::Deparse" => 0, # core
"Cwd" => 0, # core
"Env" => 0, # core
"Exporter" => 5.57, # core
"Exporter::ConditionalSubs" => "1.11.1",
"File::Basename" => 0, # core
"File::Spec" => 0, # core
"namespace::autoclean" => 0,
"namespace::clean" => 0,
"parent" => 0, # core as of 5.12
"POSIX" => 0, # core
"Scalar::Util" => 0, # core
"Tie::Hash" => 0, # core
"Unicode::Collate" => 0, # core
"Unicode::Normalize" => 0, # core
},
dist => { COMPRESS => "gzip -9f", SUFFIX => "gz", },
clean => { FILES => "Assert-Conditional-*" },
lib/Assert/Conditional.pm view on Meta::CPAN
use v5.12;
use utf8;
use strict;
use warnings;
use version 0.77;
our $VERSION = version->declare("0.010");
use parent "Exporter::ConditionalSubs"; # inherits from Exporter
use namespace::autoclean;
use Attribute::Handlers;
use Assert::Conditional::Utils ":all";
use Carp qw(carp croak cluck confess);
use POSIX ":sys_wait_h";
use Scalar::Util qw{
blessed
looks_like_number
openhandle
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.479 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )