3
0
Fork 0
forked from mirrors/nixpkgs

[cpan2nix] perlPackages.MooseXGetopt: 0.71 -> 0.72

This commit is contained in:
volth 2018-08-25 12:56:31 +00:00
parent ea4aaa5c58
commit 6e9d2c5da9

View file

@ -10479,12 +10479,12 @@ let
};
MooseXGetopt = buildPerlModule rec {
name = "MooseX-Getopt-0.71";
name = "MooseX-Getopt-0.72";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "de18f8ea0a5650cbbdebecb8f4c028f5f951fc5698332f7b8e20c7874902c259";
sha256 = "a378411a061ed239554d2b7f86b2b82bf55f600901243a6ec3fd29557d171b2e";
};
buildInputs = [ ModuleBuildTiny MooseXStrictConstructor PathTiny TestDeep TestFatal TestRequires TestTrap TestWarnings ];
buildInputs = [ ModuleBuildTiny MooseXStrictConstructor PathTiny TestDeep TestFatal TestNeeds TestTrap TestWarnings ];
propagatedBuildInputs = [ GetoptLongDescriptive MooseXRoleParameterized ];
meta = {
homepage = https://github.com/moose/MooseX-Getopt;