DEBSOURCES
Skip Quicknav
sources / libwww-form-urlencoded-perl / 0.26-2 / t / 00_compile.t
12345678910
use strict; use Test::More; use_ok $_ for qw( WWW::Form::UrlEncoded WWW::Form::UrlEncoded::PP ); done_testing;