App-olson
view release on metacpan or search on metacpan
lib/App/olson.pm view on Meta::CPAN
use Params::Classify 0.000 qw(is_string);
use Time::OlsonTZ::Data 0.201012 ();
use Time::Unix 1.02 qw(time);
our $VERSION = "0.000";
#
# list utilities
#
sub _all(&@) {
my $match = shift(@_);
foreach(@_) {
return 0 unless $match->($_);
}
return 1;
}
#
# exceptions
#
( run in 0.519 second using v1.01-cache-2.11-cpan-49f99fa48dc )