no space identation
[p5sagit/App-FatPacker.git] / Changes
CommitLineData
25ed6597 1 - Add repsoitory metadata to META.YML
2
4d5603b7 30.9.6 2011-01-18
4 - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
5 File::Path >= 2.07.
6
a4e040e9 70.9.5 2011-01-12
8 - Avoid using done_testing so this works on older systems
9
bb5ea741 100.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
2de6023f 150.03 2010-07-22
16 - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07)
17
ac9c6c20 180.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
a5e340ba 222010-03-25
23 - Initial release