perl-Importer: init at 0.014
This commit is contained in:
parent
212dd434ec
commit
8b1e9ec83d
@ -6440,6 +6440,19 @@ let self = _self // overrides; _self = with self; {
|
|||||||
doCheck = false; # nondeterministic
|
doCheck = false; # nondeterministic
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Importer = buildPerlPackage rec {
|
||||||
|
name = "Importer-0.014";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/E/EX/EXODIST/${name}.tar.gz";
|
||||||
|
sha256 = "79b088cdead749d2c5a8cf585456cba064b4847c003a28d02d10a6cc2231b989";
|
||||||
|
};
|
||||||
|
meta = {
|
||||||
|
description = "Alternative but compatible interface to modules that export symbols";
|
||||||
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
maintainers = [ maintainers.rycee ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
ImportInto = buildPerlPackage {
|
ImportInto = buildPerlPackage {
|
||||||
name = "Import-Into-1.002004";
|
name = "Import-Into-1.002004";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user