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