DEBSOURCES
Skip Quicknav
sources / libhttp-throwable-perl / 0.028-1 / t / 000-load.t
123456789101112
#!/usr/bin/perl use strict; use warnings; use Test::More; BEGIN { use_ok('HTTP::Throwable'); } done_testing;