perl-Importer: init at 0.014

This commit is contained in:
Robert Helgesson 2016-07-21 10:27:26 +02:00
parent 212dd434ec
commit 8b1e9ec83d

View file

@ -6440,6 +6440,19 @@ let self = _self // overrides; _self = with self; {
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 {
name = "Import-Into-1.002004";
src = fetchurl {