6 lines
98 B
Text
Executable file
6 lines
98 B
Text
Executable file
# -*- perl -*-
|
|
use strict;
|
|
use warnings;
|
|
use tests::tests;
|
|
check_archive ({"abc" => ['']});
|
|
pass;
|