document trace capturing
[p5sagit/App-FatPacker.git] / Changes
CommitLineData
2eef4730 1 - Allow capturing of trace information into return value
25ed6597 2 - Add repsoitory metadata to META.YML
3
4d5603b7 40.9.6 2011-01-18
5 - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
6 File::Path >= 2.07.
7
a4e040e9 80.9.5 2011-01-12
9 - Avoid using done_testing so this works on older systems
10
bb5ea741 110.9.4 2011-01-12
12 - Die if open fails in @INC handler, reduces confusing errors (DGL)
13 - RT #63466: Add ending newline if input lacks one (GUGOD)
14 - RT #60622: Fix conditional loading, only fatpack loaded modules (DGL)
15
2de6023f 160.03 2010-07-22
17 - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07)
18
ac9c6c20 190.02 2010-07-07
20 - fixed typo and doc bug on command usage.(miyagawa)
21 - added `help' command for slightly better user experience(miyagawa)
22
a5e340ba 232010-03-25
24 - Initial release