summaryrefslogtreecommitdiffstats
path: root/lib/App
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-12-25 10:21:27 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-12-25 10:21:27 +0100
commit0a0bf29616cae2ce8927f1c63cd327098556cd88 (patch)
treef8f6c7029b4cfd0d6fa1109aa4b1e3e4d475cb79 /lib/App
parent28eab23842118e6fe7aa61c8dc8fb6219f53d1ac (diff)
downloadApp-ArchLinux-PackagerTools-0a0bf29616cae2ce8927f1c63cd327098556cd88.tar.gz
App-ArchLinux-PackagerTools-0a0bf29616cae2ce8927f1c63cd327098556cd88.tar.xz
Add integration test
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'lib/App')
-rw-r--r--lib/App/ArchLinux/PackagerTools/Pacman.pm4
1 files changed, 4 insertions, 0 deletions
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