Revision history for Web::MREST::CLI
0.275 2015-07-27 13:31 CEST
- Split off from Web::MREST
0.276 2015-07-27 21:24 CEST
- UserAgent.pm: validate arguments sent to send_req(), and explicitly set
entity body to an empty string if it is undefined
( fixes https://github.com/smithfarm/dochazka-cli/issues/7 )
- Build.PL: declare Params::Validate dependency
0.277 2015-07-30 15:10 CEST
- Implement early debugging feature for mrest-cli
- Implement a generalized init_cli_client() routine in CLI.pm and call it from bin/mrest-cli
- Drop UserAgent.pm; move contents to Web::MREST::CLI
- Move normalize_filespec() from Web::MREST::CLI::UserAgent to Web::MREST::CLI
- Build.PL: declare File::HomeDir dependency