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
header = eval { use Time::HiRes 1.84 'clock'; 1 };
header = die 'OS unsupported' if $@ and $@ =~ /Time::HiRes::clock\(\): unimplemented in this platform/;

[@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