App-Dochazka-CLI

 view release on metacpan or  search on metacpan

Build.PL  view on Meta::CPAN

    },
    requires           => {
        'perl'               => 5.012,
        'App::CELL'          => 0.209,
        'App::Dochazka::Common'      => 0.199,
        'Date::Calc'         => 0,
        'File::HomeDir'      => 0,
        'File::Slurp'        => 0,
        'File::Temp'         => 0,
        'HTTP::Cookies'      => 0,
        'HTTP::Request'      => 0,
        'Getopt::Long'       => 2.32,
        'JSON'               => 0,
        'LWP::UserAgent'     => 0,
        'Params::Validate'   => 1.06,
        'Term::ReadKey'      => 0,
        'Term::ReadLine::Gnu' => 0,
        'Text::Table'        => 0,
        'Web::MREST::CLI'    => 0.281,
    },
    meta_merge => {

Changes  view on Meta::CPAN

0.020  2014-10-20 22:09 CEST
- Parser.pm: add 'GET CURRENT PRIV' command
- bin/dochazka-cli: fix privilege brokenness; add status text to command output

0.021  2014-10-21 10:44 CEST
- Parser.pm: add 'GET EMPLOYEE COUNT' and get rid of conflicting 'GET
  EMPLOYEE [STRING]'

0.022  2014-10-21 16:26 CEST
- bin/dochazka-cli: show response body on NOTICE status as well as OK
- HTTP.pm: explicitly import GET PUT POST DELETE from HTTP::Request::Common
- Parser.pm: properly implement 'metaparam/:param' and 'not_implemented'
  resources

0.023  2014-10-21 22:24 CEST
- Parser.pm: fix $anything regex variable; support 'forbidden' resource; add
  other missing top-level resources so now all are supported

0.024  2014-10-22 16:42 CEST
- Parser.pm: add POST EMPLOYEE EID command

META.json  view on Meta::CPAN

         "requires" : {
            "App::CELL" : "0.209",
            "App::Dochazka::Common" : "0.199",
            "Date::Calc" : "0",
            "File::HomeDir" : "0",
            "File::ShareDir" : "1.00",
            "File::Slurp" : "0",
            "File::Temp" : "0",
            "Getopt::Long" : "2.32",
            "HTTP::Cookies" : "0",
            "HTTP::Request" : "0",
            "JSON" : "0",
            "LWP::UserAgent" : "0",
            "Params::Validate" : "1.06",
            "Term::ReadKey" : "0",
            "Term::ReadLine::Gnu" : "0",
            "Text::Table" : "0",
            "Web::MREST::CLI" : "0.281",
            "perl" : "5.012"
         }
      }

META.yml  view on Meta::CPAN

requires:
  App::CELL: 0.209
  App::Dochazka::Common: 0.199
  Date::Calc: 0
  File::HomeDir: 0
  File::ShareDir: 1.00
  File::Slurp: 0
  File::Temp: 0
  Getopt::Long: 2.32
  HTTP::Cookies: 0
  HTTP::Request: 0
  JSON: 0
  LWP::UserAgent: 0
  Params::Validate: 1.06
  Term::ReadKey: 0
  Term::ReadLine::Gnu: 0
  Text::Table: 0
  Web::MREST::CLI: 0.281
  perl: 5.012
resources:
  bugtracker: https://github.com/smithfarm/dochazka-cli/issues

Makefile.PL  view on Meta::CPAN

(
  'NAME' => 'App::Dochazka::CLI',
  'VERSION_FROM' => 'lib/App/Dochazka/CLI.pm',
  'PREREQ_PM' => {
                   'App::CELL' => '0.209',
                   'App::Dochazka' => '0.189',
                   'Date::Calc' => 0,
                   'File::ShareDir' => '1.00',
                   'Getopt::Long' => '2.32',
                   'HTTP::Cookies' => 0,
                   'HTTP::Request' => 0,
                   'JSON' => 0,
                   'LWP::UserAgent' => 0,
                   'Params::Validate' => '1.06',
                   'Term::ReadLine::Gnu' => 0,
                   'Test::Fatal' => 0,
                   'Text::Table' => 0,
                   'Web::MREST::CLI::UserAgent' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [



( run in 0.290 second using v1.01-cache-2.11-cpan-de7293f3b23 )