9 lines
135 B
Perl
9 lines
135 B
Perl
package Test2::AsyncSubtest::Formatter;
|
|
use strict;
|
|
use warnings;
|
|
|
|
our $VERSION = '0.000162';
|
|
|
|
die "Should not load this anymore";
|
|
|
|
1;
|