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