d9c237936633ad49456dc313e4693411faf3a02b
[p5sagit/App-FatPacker.git] / Changes
1 Revision history for App-FatPacker
2
3 0.009010 - 2012-09-19
4   - enable temp file deletion in pack.t on Win32
5   - RT #79489: %fatpacked keys need to be unix paths
6
7 0.009009 2012-08-03
8   - RT #78724: fix trace --to-stderr (ether)
9
10 0.9.8 2012-07-16
11   - RT #78391: Avoid using $_ when requiring modules
12
13 0.9.7 2012-07-12
14   - Allow capturing of trace information into return value
15   - Add repsoitory metadata to META.YML
16
17 0.9.6 2011-01-18
18   - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
19     File::Path >= 2.07.
20
21 0.9.5 2011-01-12
22   - Avoid using done_testing so this works on older systems
23
24 0.9.4 2011-01-12
25   - Die if open fails in @INC handler, reduces confusing errors (DGL)
26   - RT #63466: Add ending newline if input lacks one (GUGOD)
27   - RT #60622: Fix conditional loading, only fatpack loaded modules (DGL)
28
29 0.03 2010-07-22
30   - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07)
31
32 0.02 2010-07-07
33   - fixed typo and doc bug on command usage.(miyagawa)
34   - added `help' command for slightly better user experience(miyagawa)
35
36 2010-03-25
37   - Initial release