Revision history for Applify
0.0501 Thu Sep 6 15:53:07 2012
* Fix major bug: Should be caller(0) and not caller(1) in import().
This made the perl debugger complain:
syntax error at my-script.pl line 28, near "documentation __FILE__"
Contributor: Ole Bjørn Hessen
0.05 Fri Jul 20 12:13:24 2012
* Applify works with Moo
0.04 Sun May 6 11:36:19 2012
* Fix app, option(), ... should not be defined to the appliction
namespace.
0.03 Sun May 6 11:13:08 2012
* Methods do not need to be defined in the app:: namespace.
0.02 Sun Feb 19 18:33:15 2012
* Options can be set in application
* Options can take (n_of => '...')
* --help will include SYNOPSIS
0.01 Fri Feb 17 21:54:24 CET 2012
* Add option keyword
* Add documentation keyword
* Add version keyword
* Add extends keyword
* Add app keyword