diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/ArchLinux/PackagerTools/Pacman.pm | 4 |
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 |