The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module App::Spec

0.004_001 Mon Dec 26 19:27:37 CET 2016

    - Support plugins (turn help and meta commands into plugins)
    - Pass a data structure to $run->out and it will be formatted with
      Data::Dumper
    - Add a format plugin that formats data output as YAML, JSON, Text::Table,
      Data::Dump
    - And lots of refactoring for that
    - Output via $run->out is not buffered anymore

0.004 Mon Oct 31 18:56:05 CET 2016

    - Lots of refactoring
    - More documentation
    - Update schema
    - Integer validation fix
    - Feture: allow 'mapping' options and parameters (Like Getopt::Long
      supports via '%')
    - Feature: add DSL for defining options

0.003 Thu Oct 13 21:06:00 CEST 2016
    - Change: refactoring. Apps should now inherit from App::Spec::Run::Cmd
    - Feature: add 'unique' feature for params/options

0.002 Sun Sep  4 16:57:00 CEST 2016
    - developer version