App-Rad

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

        *** YAPC::NA mainenance release ***
        - As a lot of App::Rad users are aware, the framework has gone
          through a lot of rethinking in order to be more easily
          maintainable and expandable, which requires a big rewrite, some
          back-incompat decisions and a lot of time which I have failed to
          give in the past few years. Because of this, we have been under
          a long code freeze which I hope to end in the future. Until then
          new releases will be made only for bugfixes, like this one.
        - bugfix: --someoption=0 now sets options->{someoption} to 0
          instead of 1 (ironcamel++)
        - changelog updated to follow the CPAN Changes spec more closely.

1.04	2009-05-04

		***MINOR API CHANGE*** => default is now to register only subs that do *not* start with an underscore

		- Fixed documentation (bug reported by FCO)
		- Single (no value) options are now stored in $c->options with '1' value, so you don't have to explicitly use 'defined' to test them.
		- Increment single options' value if argument is passed more than one time (so -v -v will make $c->options->{v} == 2)
		- Now configuration files can have whole strings as options
		- Now $c->cmd is an lvalue and can be changed w/o fiddling with internals



( run in 0.260 second using v1.01-cache-2.11-cpan-05444aca049 )