Support not having a lib directory
[p5sagit/App-FatPacker.git] / Changes
CommitLineData
0843df45 1 - Don't break if there is only a single script to be fatpacked,
2 without ther being a lib/ directory present.
3
25ed6597 4 - Add repsoitory metadata to META.YML
5
4d5603b7 60.9.6 2011-01-18
7 - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
8 File::Path >= 2.07.
9
a4e040e9 100.9.5 2011-01-12
11 - Avoid using done_testing so this works on older systems
12
bb5ea741 130.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
2de6023f 180.03 2010-07-22
19 - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07)
20
ac9c6c20 210.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
a5e340ba 252010-03-25
26 - Initial release