perl-SubExporterForMethods: 0.100051 -> 0.100052

This commit is contained in:
Robert Helgesson 2016-01-23 21:48:18 +01:00
parent f79c8df3e8
commit f53ecf051d

View File

@ -10707,16 +10707,19 @@ let self = _self // overrides; _self = with self; {
};
};
SubExporterForMethods = buildPerlPackage {
name = "Sub-Exporter-ForMethods-0.100051";
"SubExporterForMethods" = buildPerlPackage rec {
name = "Sub-Exporter-ForMethods-0.100052";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Sub-Exporter-ForMethods-0.100051.tar.gz;
sha256 = "127wniw53p7pp7r2vazicply3v1gmnhw4w7jl6p74i0grnsixipm";
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "421fbba4f6ffcf13c4335f2c20630d709e6fa659c07545d094dbc5a558ad3006";
};
buildInputs = [ namespaceautoclean ];
propagatedBuildInputs = [ SubExporter SubName ];
meta = {
homepage = https://github.com/rjbs/Sub-Exporter-ForMethods;
description = "Helper routines for using Sub::Exporter to build methods";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};