Frost
view release on metacpan or search on metacpan
Fcntl: 1.05
File::Path: 2.04
IO::File: 0
List::MoreUtils: 0
List::Util: 0
Log::Log4perl: 1.24
Moose: 1.14
Scalar::Util: 0
Storable: 2.21
Test::Deep: 0
Test::Differences: 0
Test::Exception: 0
Test::More: 0.88
Test::Requires: 0
Tie::Cache::LRU: 20081023.2116
Time::HiRes: 1.9719
no_index:
directory:
- t
- inc
generated_by: ExtUtils::MakeMaker version 6.56
Makefile.PL view on Meta::CPAN
'Moose' => 1.14,
'Scalar::Util' => 0,
'Storable' => 2.21,
'Tie::Cache::LRU' => 20081023.2116,
'Time::HiRes' => 1.9719,
# test only:
'DateTime::Format::MySQL' => 0,
'List::Util' => 0,
'List::MoreUtils' => 0,
'Test::Deep' => 0,
'Test::Differences' => 0,
'Test::Exception' => 0,
'Test::More' => 0.88, # done_testing...
'Test::Requires' => 0,
# checked in test -> skip:
# 'Devel::Size' => 0.71,
# 'Sys::MemInfo' => 0.91,
# 'Declare::Constraints::Simple' => 0,
# 'Regexp::Common' => 0,
# 'Locale::US' => 0,
}, # e.g., Module::Name => 1.1
Storable
Tie::Cache::LRU
Time::HiRes
For testing these modules are needed:
DateTime::Format::MySQL
List::Util
List::MoreUtils
Test::Deep
Test::Differences
Test::Exception
Test::More
Test::Requires
Optional modules to run some tests:
Devel::Size
Sys::MemInfo
Declare::Constraints::Simple
Regexp::Common
lib/Frost.pm view on Meta::CPAN
Storable
Tie::Cache::LRU
Time::HiRes
For testing these modules are needed:
DateTime::Format::MySQL
List::Util
List::MoreUtils
Test::Deep
Test::Differences
Test::Exception
Test::More
Test::Requires
Optional modules to run some tests:
Devel::Size
Sys::MemInfo
Declare::Constraints::Simple
Regexp::Common
t/000_moose_recipes/moose_cookbook_basics_recipe1.t view on Meta::CPAN
use strict;
use warnings;
use lib 't/lib', 'lib';
use Frost::Test;
use Test::More 'no_plan';
use Test::Exception;
use Test::Differences;
$| = 1;
use Frost::Asylum;
use Frost::Util;
$Frost::Util::UUID_CLEAR = 1; # delivers simple 'UUIDs' A-A-A-A-1, -2, -3... for testing
$Data::Dumper::Deparse = true;
( run in 1.834 second using v1.01-cache-2.11-cpan-39bf76dae61 )