Merge pull request #84565 from deshaw/contrib/perl-filegrep

perlPackages.FileGrep: init at 0.2
This commit is contained in:
Aaron Andersen 2020-07-06 22:49:56 -04:00 committed by GitHub
commit 4ae2a9f23e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7220,6 +7220,19 @@ let
};
};
FileGrep = buildPerlPackage {
pname = "File-Grep";
version = "0.02";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MN/MNEYLON/File-Grep-0.02.tar.gz";
sha256 = "462e15274eb6278521407ea302d9eea7252cd44cab2382871f7de833d5f85632";
};
meta = {
description = "Find matches to a pattern in a series of files and related functions";
maintainers = [ maintainers.limeytexan ];
};
};
FileHandleUnget = buildPerlPackage {
pname = "FileHandle-Unget";
version = "0.1634";