first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use v5.14;
|
||||
use warnings
|
||||
FATAL => qw(all),
|
||||
NONFATAL => qw(deprecated exec internal malloc newline once portable redefine recursion uninitialized);
|
||||
|
||||
use Test::Builder::Tester tests => 1;
|
||||
|
||||
use Test::Expander;
|
||||
|
||||
use constant CLASS => 't::Test::Expander::Boilerplate';
|
||||
|
||||
my $title = "use @{[CLASS]}";
|
||||
test_out("ok 1 - $title;");
|
||||
use_ok(CLASS);
|
||||
test_test($title);
|
||||
Reference in New Issue
Block a user