Help language development. Donate to The Perl Foundation

Term::ReadKey cpan:JKRAMER last updated on 2018-08-15

META6.json
{
  "authors" : [
    "Jonas Kramer"
  ],
  "build-depends" : [ ],
  "depends" : [
    "Term::termios"
  ],
  "description" : "Read single unbuffered keys from keyboard.",
  "license" : "Artistic-2.0",
  "name" : "Term::ReadKey",
  "perl" : "6.c",
  "provides" : {
    "Term::ReadKey" : "lib/Term/ReadKey.pm6"
  },
  "resources" : [ ],
  "source-url" : "https://github.com/jkramer/p6-Term-ReadKey.git",
  "tags" : [ ],
  "test-depends" : [ ],
  "version" : "0.0.1"
}