diff options
Diffstat (limited to 't/04_import_array.t')
-rw-r--r-- | t/04_import_array.t | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/t/04_import_array.t b/t/04_import_array.t new file mode 100644 index 0000000..17f5dd6 --- /dev/null +++ b/t/04_import_array.t @@ -0,0 +1,11 @@ +BEGIN { $ENV{RELEASE_TESTING} = 0 }; +use strict; +use warnings; +use Test::More; +use Test::Requires qw( + Acme::Unknown::Missing::Module::Name +); +plan tests => 3; + +fail 'do not reach here'; + |