perl-Pod-POM-View-TOC: init at 0.02
This commit is contained in:
parent
8693a51c7d
commit
9ff7ad81d8
@ -10091,6 +10091,21 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
PodPOMViewTOC = buildPerlPackage rec {
|
||||
name = "Pod-POM-View-TOC-0.02";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PE/PERLER/${name}.tar.gz";
|
||||
sha256 = "ccb42272c7503379cb1131394620ee50276d72844e0e80eb4b007a9d58f87623";
|
||||
};
|
||||
buildInputs = [ TestMore ];
|
||||
propagatedBuildInputs = [ PodPOM ];
|
||||
meta = {
|
||||
description = "Generate the TOC of a POD with Pod::POM";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
PodLaTeX = buildPerlModule rec {
|
||||
name = "Pod-LaTeX-0.61";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user