perl: add test skeletons
[aurutils.git] / perl / t / repo.t
blob58f9b01800aa89874afcb14c72e414842293614c
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use v5.20;
5 use Test::More;
7 # Check if module can be imported
8 require_ok "AUR::Repo";
10 use AUR::Repo qw(list_attr check_attr check_type parse_db);
12 done_testing();