Switch to File::Path::{rmtree,mkpath}
[p5sagit/App-FatPacker.git] / Changes
1 0.9.6 2011-01-18
2   - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
3     File::Path >= 2.07.
4
5 0.9.5 2011-01-12
6   - Avoid using done_testing so this works on older systems
7
8 0.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
13 0.03 2010-07-22
14   - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07)
15
16 0.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
20 2010-03-25
21   - Initial release