Revision history for App-UpdateRinciMetadataDb

0.06     2014-08-16 (SHARYANTO) - Happy 19th CPAN Day!

         - [build] CLI scripts are now generated automatically using
           Dist::Zilla::Plugin::ScriptFromFunc. The plugin is still at 0.01 so the
           generated script is not as polished as it should be. Stay tuned.


0.05    2014-07-04 (SHARYANTO)

        - [Bugfix] Avoid the use of $_ for loose loops because something else
          might overwrite it (e.g. during module load(), for modules that don't
          quite behave).


0.04    2014-07-04 (SHARYANTO)

        [INCOMPATIBLE CHANGES]

        - Bump database schema from 1 -> 2 (rename 'module' to 'package').

        [ENHANCEMENTS]

        - Add option: delete. Can be used to avoid deleting old packages from
          database (via delete=>0 or --nodelete).

        - Add options: -m, -M (like Perl's).

        - Support adding packages with '+Foo::Bar' syntax, without loading
          module of the same name.

        - Supporting adding package prefixes with '+Foo::Bar::' or
          '+Foo::Bar::*' syntax.

        - Can now exclude prefixes too (e.g. --exclude 'Foo::Bar' --exclude
          'Foo::Bar::' to exclude Foo::Bar as well as all packages under it).


0.03    2014-06-20 (SHARYANTO)

        - Test with MySQL (in addition to SQLite).


0.02    2014-06-20 (SHARYANTO)

        - Add option: --exclude.

        - Make use of progress indicator optional.


0.01    2014-06-19 (SHARYANTO)

        - First release.