3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #73200 from tekeri/add-perl-logdispatchfilerotate

perlPackages.LogDispatchFileRotate: init at 1.36
This commit is contained in:
Michael Raskin 2019-11-11 23:06:49 +00:00 committed by GitHub
commit e944d4200f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10231,6 +10231,21 @@ let
buildInputs = [ IPCRun3 TestFatal TestNeeds ];
};
LogDispatchFileRotate = buildPerlPackage {
pname = "Log-Dispatch-FileRotate";
version = "1.36";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MS/MSCHOUT/Log-Dispatch-FileRotate-1.36.tar.gz";
sha256 = "0vlmi17p7fky3x58rs7r5mdxi6l5jla8zhlb55kvssxc1w5v2b27";
};
propagatedBuildInputs = [ DateManip LogDispatch PathTiny ];
meta = {
description = "Log to Files that Archive/Rotate Themselves";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestFatal TestNeeds TestWarn ];
};
LogHandler = buildPerlModule {
pname = "Log-Handler";
version = "0.88";