Alien-Build-Plugin-Fetch-Cache
view release on metacpan or search on metacpan
bin/abcache view on Meta::CPAN
646566676869707172737475767778798081828384
my
$size
= 0;
my
$age
= 0;
if
(
$meta
->{path})
{
$size
= -s
$meta
->{path};
$age
= -A
$meta
->{path};
}
elsif
(
$meta
->{content})
{
$age
= -A
$metafile
;
}
printf
"%5s %5s %s\n"
, format_bytes(
$size
),
int
(
$age
),
$uri
;
});
}
elsif
(
$opt_clear
)
{
my
$rm
=
sub
{
say
"RM $_[0]"
;
t/00_diag.t view on Meta::CPAN
3233343536373839404142434445464748495051sub
spacer ()
{
diag
''
;
diag
''
;
diag
''
;
}
pass
'okay'
;
my
$max
= 1;
$max
=
$_
>
$max
?
$_
:
$max
for
map
{
length
$_
}
@modules
;
our
$format
=
"%-${max}s %s"
;
spacer;
my
@keys
=
sort
grep
/(MOJO|PERL|\A(LC|HARNESS)_|\A(SHELL|LANG)\Z)/i,
keys
%ENV
;
if
(
@keys
> 0)
{
diag
"$_=$ENV{$_}"
for
@keys
;
( run in 0.359 second using v1.01-cache-2.11-cpan-87723dcf8b7 )