868098e12dbef3646871bd3bc791f1fff813691a
[p5sagit/App-FatPacker.git] / Changes
1   - Allow capturing of trace information into return value
2   - Add repsoitory metadata to META.YML
3
4 0.9.6 2011-01-18
5   - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
6     File::Path >= 2.07.
7
8 0.9.5 2011-01-12
9   - Avoid using done_testing so this works on older systems
10
11 0.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
16 0.03 2010-07-22
17   - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07)
18
19 0.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
23 2010-03-25
24   - Initial release