summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/compile.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/compile.t b/t/compile.t
index b0bdaa5..29f37d6 100644
--- a/t/compile.t
+++ b/t/compile.t
@@ -3,7 +3,11 @@ use Test::More 0.98;
use_ok $_ for qw(
App::ArchLinux::PackagerTools
+ App::ArchLinux::PackagerTools::Archweb
+ App::ArchLinux::PackagerTools::Cache
+ App::ArchLinux::PackagerTools::Config
App::ArchLinux::PackagerTools::CPAN
+ App::ArchLinux::PackagerTools::CPAN::PackagesDetailsFetcher
App::ArchLinux::PackagerTools::Pacman
);