Group
Extension

Matches 1

Rex ( F/FE/FERKI/Rex-1.15.0.tar.gz, FERKI, 2024; MetaCPAN )
Rex/lib/Rex/Output/JUnit.pm ( view source; MetaCPAN )
if ( !exists $self->{data} ) { return; }

  my $t    = Rex::Template->new;
  my $data = eval { local $/; <DATA>; };
  my $time = time() - $self->{time};

  if ( !exists $self->{data} ) {
    return;
 

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