diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-11-18 23:33:14 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-11-18 23:33:14 +0100 |
commit | e93e80dede905b653e35b8bb4e8f31f0c58719bd (patch) | |
tree | 75bf928f77b16b20722c35cf0418286c2c23269e /t | |
parent | fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9 (diff) | |
download | App-ArchLinux-PackagerTools-e93e80dede905b653e35b8bb4e8f31f0c58719bd.tar.gz App-ArchLinux-PackagerTools-e93e80dede905b653e35b8bb4e8f31f0c58719bd.tar.xz |
Implement basic check for upgradable packages
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 't')
-rw-r--r-- | t/compile.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/compile.t b/t/compile.t index e8e5f22..b0bdaa5 100644 --- a/t/compile.t +++ b/t/compile.t @@ -3,6 +3,8 @@ use Test::More 0.98; use_ok $_ for qw( App::ArchLinux::PackagerTools + App::ArchLinux::PackagerTools::CPAN + App::ArchLinux::PackagerTools::Pacman ); done_testing; |