perlPackages.DataSectionSimple: init at 0.07

This commit is contained in:
Thomas Sean Dominic Kelly
2021-08-27 09:51:25 +01:00
parent 42c17f7341
commit e21c64bbf1
+15
View File
@@ -5015,6 +5015,21 @@ let
buildInputs = [ TestFailWarnings ];
};
DataSectionSimple = buildPerlPackage {
pname = "Data-Section-Simple";
version = "0.07";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MI/MIYAGAWA/Data-Section-Simple-0.07.tar.gz";
sha256 = "0b3035ffdb909aa1f7ded6b608fa9d894421c82c097d51e7171170d67579a9cb";
};
buildInputs = [ TestRequires ];
meta = {
homepage = "https://github.com/miyagawa/Data-Section-Simple";
description = "Read data from __DATA__";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
DataSerializer = buildPerlModule {
pname = "Data-Serializer";
version = "0.65";