Add --use option to use extra modules when tracing
[p5sagit/App-FatPacker.git] / Changes
CommitLineData
4d5603b7 10.9.6 2011-01-18
2 - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
3 File::Path >= 2.07.
4
a4e040e9 50.9.5 2011-01-12
6 - Avoid using done_testing so this works on older systems
7
bb5ea741 80.9.4 2011-01-12
9 - Die if open fails in @INC handler, reduces confusing errors (DGL)
10 - RT #63466: Add ending newline if input lacks one (GUGOD)
11 - RT #60622: Fix conditional loading, only fatpack loaded modules (DGL)
12
2de6023f 130.03 2010-07-22
14 - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07)
15
ac9c6c20 160.02 2010-07-07
17 - fixed typo and doc bug on command usage.(miyagawa)
18 - added `help' command for slightly better user experience(miyagawa)
19
a5e340ba 202010-03-25
21 - Initial release