From 0a0bf29616cae2ce8927f1c63cd327098556cd88 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 25 Dec 2018 10:21:27 +0100 Subject: Add integration test Signed-off-by: Florian Pritz --- lib/App/ArchLinux/PackagerTools/Pacman.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/App') diff --git a/lib/App/ArchLinux/PackagerTools/Pacman.pm b/lib/App/ArchLinux/PackagerTools/Pacman.pm index e1c6300..287d2a9 100644 --- a/lib/App/ArchLinux/PackagerTools/Pacman.pm +++ b/lib/App/ArchLinux/PackagerTools/Pacman.pm @@ -7,6 +7,10 @@ use Log::Any qw($log); use App::ArchLinux::PackagerTools::CPAN; + +# TODO: Split this class so that the external calls (to expac) are in a +# dedicated class and this class becomes testable. Also update +# t/PackagerTools.t accordingly afterwards. =head1 NAME App::ArchLinux::PackagerTools::Pacman - Methods to interact with pacman -- cgit v1.2.3-24-g4f1b