The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
{
   "abstract" : "A simple grep-like filter that highlights chosen words or lines rather than removing non-filtered lines.",
   "author" : [
      "Alex Balhatchet <kaoru@slackwise.net>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.120921",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "App-highlight",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.30"
         }
      },
      "develop" : {
         "requires" : {
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "App::Cmd::Simple" : "0.309",
            "ExtUtils::MakeMaker" : "6.55_02",
            "Getopt::Long" : "2.39",
            "Getopt::Long::Descriptive" : "0.085",
            "Module::Load" : "0.18",
            "Try::Tiny" : "0.09"
         }
      },
      "test" : {
         "requires" : {
            "App::Cmd::Tester" : "0.309",
            "Test::More" : "0.92",
            "Test::Without::Module" : "0.17"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/kaoru/App-highlight.git",
         "web" : "http://github.com/kaoru/App-highlight"
      }
   },
   "version" : "0.12"
}