[cpan2nix] perlPackages.TextTrim: cleanup
This commit is contained in:
parent
731542d477
commit
5eefa0693f
@ -15180,13 +15180,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TextTrim = buildPerlPackage {
|
TextTrim = buildPerlModule {
|
||||||
name = "Text-Trim-1.02";
|
name = "Text-Trim-1.02";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/M/MA/MATTLAW/Text-Trim-1.02.tar.gz;
|
url = mirror://cpan/authors/id/M/MA/MATTLAW/Text-Trim-1.02.tar.gz;
|
||||||
sha256 = "1bnwjl5n04w8nnrzrm75ljn4pijqbijr9csfkjcs79h4gwn9lwqw";
|
sha256 = "1bnwjl5n04w8nnrzrm75ljn4pijqbijr9csfkjcs79h4gwn9lwqw";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ CGI ModuleBuild ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Remove leading and/or trailing whitespace from strings";
|
description = "Remove leading and/or trailing whitespace from strings";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user