7 lines
102 B
Text
7 lines
102 B
Text
|
# -*- perl -*-
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
use tests::tests;
|
||
|
check_archive ({"blargle" => ['']});
|
||
|
pass;
|