DEBSOURCES
Skip Quicknav
sources / libfile-sharedir-install-perl / 0.04-1 / t / 00_compile.t
12345678
#!/usr/bin/perl use strict; use warnings; use Test::More tests => 1; BEGIN { use_ok('File::ShareDir::Install') };