perl-packages: new module: ModernPerl

This commit is contained in:
Robert Stark 2014-05-18 14:00:02 +02:00
parent a7b67d93c1
commit 9b38460e24
1 changed files with 14 additions and 0 deletions

View File

@ -5214,6 +5214,20 @@ let self = _self // overrides; _self = with self; {
};
};
ModernPerl = buildPerlPackage {
name = "Modern-Perl-1.20140107";
src = fetchurl {
url = mirror://cpan/authors/id/C/CH/CHROMATIC/Modern-Perl-1.20140107.tar.gz;
sha256 = "9cf66b2f93340dfe1cd7162262a47e7c4ba82475a52dc2a036c2fdc8a65298b8";
};
propagatedBuildInputs = [ perl ];
meta = {
homepage = https://github.com/chromatic/Modern-Perl;
description = "Enable all of the features of Modern Perl with one import";
license = "perl";
};
};
ModuleBuild = buildPerlPackage {
name = "Module-Build-0.4005";
src = fetchurl {