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