Help language development. Donate to The Perl Foundation

App::MPD::Notify cpan:TYIL last updated on 2017-10-08

META6.json
{
    "perl": "6",
    "name": "App::MPD::Notify",
    "version": "0.1.0",
    "auth": "github:tyil",
    "description": "Show MPD notifications",
    "license": "GPL-3.0",
    "depends": [
        "Config",
        "Desktop::Notify",
        "HTML::Escape",
        "MPD::Client"
    ],
    "provides": {
        "mpd-notify": "bin/mpd-notify"
    },
    "authors": [
        "Patrick Spek <[email protected]>"
    ],
    "tags": [
    ],
    "test-depends": [
        "Test::META"
    ],
    "source-url": "https://github.com/tyil/perl6-MPD-Notify.git"
}