perlPackages.StructDumb: init at 0.09

This commit is contained in:
Graham Christensen 2019-09-23 10:14:25 -04:00
parent e79d20c16e
commit cd7ed820a0
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C
1 changed files with 14 additions and 0 deletions

View File

@ -15736,6 +15736,20 @@ let
};
};
StructDumb = buildPerlModule {
pname = "Struct-Dumb";
version = "0.09";
src = fetchurl {
url = mirror://cpan/authors/id/P/PE/PEVANS/Struct-Dumb-0.09.tar.gz;
sha256 = "0g9rziaqxkm00vh30g1yfwzq3b1xl23p8fbm4rszqsp641wr2z9k";
};
buildInputs = [ TestFatal ];
meta = {
description = "make simple lightweight record-like structures";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
SubExporter = buildPerlPackage {
pname = "Sub-Exporter";
version = "0.987";