perlPackages.PodSection: init at 0.02
This commit is contained in:
parent
fdf710685a
commit
0c4d3d2101
1 changed files with 15 additions and 0 deletions
|
@ -16759,6 +16759,21 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
PodSection = buildPerlModule {
|
||||
pname = "Pod-Section";
|
||||
version = "0.02";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/K/KT/KTAT/Pod-Section-0.02.tar.gz";
|
||||
sha256 = "c9d1d75292f321881184ec56983c16f408fd2d312d5a720f8fb0d2cafa729238";
|
||||
};
|
||||
propagatedBuildInputs = [ PodAbstract ];
|
||||
meta = {
|
||||
homepage = "https://github.com/ktat/Pod-Section";
|
||||
description = "Select specified section from Module's POD";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
PodLaTeX = buildPerlModule {
|
||||
pname = "Pod-LaTeX";
|
||||
version = "0.61";
|
||||
|
|
Loading…
Reference in a new issue