0.9.5
[p5sagit/App-FatPacker.git] / Changes
1 0.9.5 2011-01-12
2   - Avoid using done_testing so this works on older systems
3
4 0.9.4 2011-01-12
5   - Die if open fails in @INC handler, reduces confusing errors (DGL)
6   - RT #63466: Add ending newline if input lacks one (GUGOD)
7   - RT #60622: Fix conditional loading, only fatpack loaded modules (DGL)
8
9 0.03 2010-07-22
10   - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07)
11
12 0.02 2010-07-07
13   - fixed typo and doc bug on command usage.(miyagawa)
14   - added `help' command for slightly better user experience(miyagawa)
15
16 2010-03-25
17   - Initial release