[cpan2nix] perlPackages.AppConfig: cleanup

This commit is contained in:
volth 2018-04-07 07:54:01 +00:00
parent a358e5bb5e
commit 97cc81692e

View file

@ -269,6 +269,7 @@ let self = _self // overrides; _self = with self; {
meta = {
description = "A bundle of Perl5 modules for reading configuration files and parsing command line arguments";
};
buildInputs = [ TestPod ];
};
Appcpanminus = buildPerlPackage rec {