App-Greple-stripe
view release on metacpan or search on metacpan
lib/App/Greple/stripe.pm view on Meta::CPAN
Copyright Â©ï¸ 2024-2025 Kazumasa Utashiro.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=cut
use List::Util qw(max pairmap first);
use Hash::Util qw(lock_keys);
use Scalar::Util;
*is_number = \&Scalar::Util::looks_like_number;
use Data::Dumper;
use Getopt::EX::Config qw(config set);
my $config = Getopt::EX::Config->new(
step => 2,
darkmode => undef,
);
lock_keys %{$config};
my %series = (
( run in 0.383 second using v1.01-cache-2.11-cpan-64827b87656 )