perlPackages.DataSectionSimple: init at 0.07
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user