perlPackages.LogfileRotate: init at 1.04

This commit is contained in:
TomaSajt
2023-10-23 14:04:12 +02:00
parent 6c5458cf32
commit a2471235a8
+15
View File
@@ -14099,6 +14099,21 @@ with self; {
};
};
LogfileRotate = buildPerlPackage {
pname = "Logfile-Rotate";
version = "1.04";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PA/PAULG/Logfile-Rotate-1.04.tar.gz";
hash = "sha256-gQ+LfM2GV9Ox71PNR1glR4Rc67WCArBVObNAhjjK2j4=";
};
meta = {
description = "Perl module to rotate logfiles";
homepage = "https://metacpan.org/dist/Logfile-Rotate";
license = with lib.licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ tomasajt ];
};
};
Logger = buildPerlPackage {
pname = "Log-ger";
version = "0.037";