perlPackages.ModuleInstallRepository: init at 0.06
This commit is contained in:
parent
f926d0567a
commit
a6e4aca950
@ -12776,6 +12776,21 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ModuleInstallRepository = buildPerlPackage {
|
||||||
|
pname = "Module-Install-Repository";
|
||||||
|
version = "0.06";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/M/MI/MIYAGAWA/Module-Install-Repository-0.06.tar.gz";
|
||||||
|
sha256 = "00e2590d09339ccccbdaa328d12ad8ec77e831a38c9ad663705e59ecbb18722b";
|
||||||
|
};
|
||||||
|
buildInputs = [ PathClass ];
|
||||||
|
meta = {
|
||||||
|
description = "Automatically sets repository URL from svn/svk/Git checkout";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.sgo ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ModuleManifest = buildPerlPackage {
|
ModuleManifest = buildPerlPackage {
|
||||||
pname = "Module-Manifest";
|
pname = "Module-Manifest";
|
||||||
version = "1.09";
|
version = "1.09";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user