0.52 Tue Dec 15 11:27:33 CET 2020 * set bugtracker metadata explicitly 0.51 Mon Dec 14 19:56:11 CET 2020 * fix licensing inconsistency (spotted by kentnl) 0.50 Mon May 14 19:41:04 CEST 2018 * improve 'brief_usage()' output (patch from Ildar Shaimordanov) 0.49 Mon Nov 06 07:46:11 CET 2017 * add files to MANIFEST missing from last release 0.48 Sun Nov 05 13:34:46 CET 2017 * fixed help output behaviour (patch from sunnavy) * more rigorous testing of Help class * minor documentation improvements * add AppVeyor configuration 0.47 Wed Nov 01 22:31:41 CET 2017 * add missing prereqs * add missing LICENSE file * add POD tests * fix utf8 error in POD 0.46 Wed Nov 01 20:21:58 CEST 2017 * many documentation updates * extended test suite * fix several perlcritic issues * mention package aliases in command list (José Joaquín Atria) * add default version command (José Joaquín Atria) * add a 'commands' command to list commands in app (José Joaquín Atria) * multiple general improvements to the code (José Joaquín Atria) 0.45 Wed Jun 28 23:05:58 CEST 2017 * use a version number in the original style 0.4.5 Wed Jun 28 22:59:33 CEST 2017 * put VERSION back in main module file 0.4.4 Wed 28 Jun 2017 22:52:33 CEST * remove 'provides' metadata 0.4.3 Wed 28 Jun 2017 22:37:58 CEST * put VERSION back into only Makefile.PL * updated author information 0.4.2 Wed 28 Jun 2017 22:25:29 CEST * add VERSION to all .pm files 0.4.1 Wed 28 Jun 2017 21:44:06 CEST * move version number into Makefile.PL 0.4 Wed 28 Jun 2017 21:37:23 CEST * version bump; PAUSE thinks that 0.313 is higher than 0.32 0.32 Wed 28 Jun 2017 20:30:19 CEST * Fix RT#122101: unskip META.yml * Fix RT#120982: can't find inc/Module/Install.pm; replaced Module::Install with ExtUtils::MakeMaker * Fix RT#63798: fix typo in manpage * Fix RT#62241: signature broken (signature has been removed) * Fixed more typos in POD * Fixed some PerlCritic issues * Updated dependencies, specified repository and provides metadata, specified minimum Perl version 0.313 Sat 4 Dec 2010 12:55:18 GMT * add more tests 0.312 Fri 3 Dec 2010 12:06:53 GMT * add commands() and files() routines 0.311 Fri 3 Dec 2010 05:30:16 GMT * add more docs * fix subcommand() to support old genre 0.31 Thu 25 Nov 2010 03:58:47 PM CST * doc update 0.3 Wed 24 Nov 2010 01:32:10 AM CST * new cascading attribute for subcommands. thanks to @shelling++. 0.2 Tue 23 Nov 2010 10:51:32 PM CST * New Feature: Cascading Subcommand * Deprecated Feature: Long Option Subcommand (still work) * Abundant DOCs 0.103 - Mon 25 Oct 2010 12:08:58 AM CST * Release 0.102 - Wed 20 Oct 2010 02:02:56 AM JST * Re-upload 0.10 - 19 Oct 2010 * Update document 0.09 - 17 Oct 2010 * Fix the command pattern used in help. * 0.08 - 25 Feb 2009 * Allow commands to be provided as inner packages * 0.07 - 24 Nov 2006 * Don't use Carp without actually loading it. * 0.06 - 30 Jun 2006 * Really fix signatures. * 0.05 - 5 Jun 2006 * Fix signatures. * 0.04 - 11 Apr 2006 * Delay loading Pod::Simple::Text. * 0.03 - 27 Dec 2005 * Forgot to bundle Command::Help. * 0.02 - 25 Dec 2005 * Factored out Help system from SVK * Factored out more command base stuff from SVK (Thanks to Alex Vandiver)