perlPackages.ModuleInstallReadmeFromPod: init a 0.30

This commit is contained in:
Stig Palmquist 2020-09-30 14:46:07 +02:00
parent b6dc723213
commit 300835cf3e
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7

View File

@ -12742,6 +12742,23 @@ let
};
};
ModuleInstallReadmeFromPod = buildPerlPackage {
pname = "Module-Install-ReadmeFromPod";
version = "0.30";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BI/BINGOS/Module-Install-ReadmeFromPod-0.30.tar.gz";
sha256 = "79f6df5536619faffbda696bdd25ccad17c469bf32e51cd3e613366d49400169";
};
buildInputs = [ TestInDistDir ];
propagatedBuildInputs = [ CaptureTiny IOAll ModuleInstall PodMarkdown ];
meta = {
homepage = "https://github.com/bingos/module-install-readmefrompod/";
description = "A Module::Install extension to automatically convert POD to a README";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
ModuleManifest = buildPerlPackage {
pname = "Module-Manifest";
version = "1.09";