Help language development. Donate to The Perl Foundation

Lumberjack zef:jonathanstowe last updated on 2022-08-07

META6.json
{
  "build-depends": [
  ],
  "resources": [
  ],
  "api": "1.0",
  "auth": "zef:jonathanstowe",
  "provides": {
    "Lumberjack": "lib/Lumberjack.pm"
  },
  "depends": [
    "DateTime::Format"
  ],
  "authors": [
    "Jonathan Stowe <[email protected]>"
  ],
  "version": "0.1.4",
  "license": "Artistic-2.0",
  "meta-version": "1",
  "raku": null,
  "tags": [
    "logger",
    "log",
    "logging",
    "framework"
  ],
  "source-url": "https://github.com/jonathanstowe/Lumberjack.git",
  "test-depends": [
    "Test",
    "IO::MiddleMan"
  ],
  "description": "A simple logging framework.",
  "name": "Lumberjack",
  "support": {
    "source": "https://github.com/jonathanstowe/Lumberjack.git",
    "email": "[email protected]",
    "bugtracker": "https://github.com/jonathanstowe/Lumberjack/issues"
  }
}