Skip to content

Commit

Permalink
perlPackages.StructDumb: init at 0.09
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 24, 2019
1 parent e79d20c commit cd7ed82
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit cd7ed82

Please sign in to comment.