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