Group
Extension

Matches 2

Test-Class-Moose ( E/EX/EXODIST/Test-Class-Moose-1.00.tar.gz, EXODIST, 2025; MetaCPAN )
Test-Class-Moose/lib/Test/Class/Moose/CLI.pm ( view source; MetaCPAN )
 by C<<
Test::Class::Moose::Report->timing_data >> plus some other information will be
encoded as JSON and stored in this file. The exact data stored looks like:

    {
         process_name => $0,
  
Test-Class-Moose ( E/EX/EXODIST/Test-Class-Moose-1.00.tar.gz, EXODIST, 2025; MetaCPAN )
Test-Class-Moose/lib/Test/Class/Moose/Role/CLI.pm ( view source; MetaCPAN )
$VERSION = '1.00';

use Moose::Role 2.0000;
use Carp;

use File::Find qw( find );
use JSON::MaybeXS qw( encode_json );
use Module::Runtime qw( use_package_optimistically );
use Module::Util qw( fs_pat
data_file;
    open my $fh, '>', $file or die "Cannot write to $file: $!";
    print {$fh} encode_json(
        {   process_name => $0,
            start_time   => $self->_start_time,
            timi

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.