Revision history for App-fatten
0.04 2014-04-11 (SHARYANTO)
- Add option: include_dist.
0.03 2014-04-11 (SHARYANTO)
- [Bug fix] Forgot to update stripping target filename.
- You can now specify output path using the second positional argument.
0.02 2014-04-11 (SHARYANTO)
[ENHANCEMENTS]
- Use App::tracepm to trace dependencies, to remove duplicated code.
Plus we get extra tracing methods.
[INCOMPATIBLE CHANGES]
- Add/rename/delete some command-line options: rename --include-modules
-> --include, --exclude-modules -> --exclude, --exclude-module-patterns
-> --exclude-pattern; add --trace-method; remove
--use-{prereq-scanner,fatpack-trace}, --skip-not-found.
- Change default value for --output-file. By default it now outputs to
file `packed` in the current directory instead of <input_file>.packed.
0.01 2014-04-07 (SHARYANTO)
- First release.