The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
name    = Cache-Profile
author  = יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
license = Perl_5
copyright_holder = יובל קוג'מן (Yuval Kogman)
copyright_year = 2010

[MakeMaker::Awesome]
:version = 0.26
delimiter = |
header = |foreach my $sub (qw(tv_interval gettimeofday time clock)) {
header = |  eval { require Time::HiRes; Time::HiRes->import($sub) };
header = |  if ($@ and $@ =~ /Time::HiRes::.*: unimplemented in this platform/) {
header = |    print $@;
header = |    die 'OS unsupported';
header = |  }
header = |}

[@Author::ETHER]
:version = 0.094
installer = none
Authority.authority = cpan:NUFFIN
Test::MinimumVersion.max_target_perl = 5.006
StaticInstall.dry_run = 0   ; we can safely set this here
-remove = PodCoverageTests

[Prereqs::Soften]
to_relationship = suggests
module = Cache::Ref
module = CHI
module = Cache::FastMmap
module = Cache::MemoryCache
module = Cache::Bounded

[Prereqs / TestSuggests]
Cache::Ref::LRU = 0
Cache::Ref::CART = 0
Cache::Ref::CLOCK = 0