RT #78391: Avoid using $_ when requiring modules
[p5sagit/App-FatPacker.git] / Changes
CommitLineData
a976705b 1 - RT #78391: Avoid using $_ when requiring modules
2
878b80da 30.9.7 2012-07-12
2eef4730 4 - Allow capturing of trace information into return value
25ed6597 5 - Add repsoitory metadata to META.YML
6
4d5603b7 70.9.6 2011-01-18
8 - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs
9 File::Path >= 2.07.
10
a4e040e9 110.9.5 2011-01-12
12 - Avoid using done_testing so this works on older systems
13
bb5ea741 140.9.4 2011-01-12
15 - Die if open fails in @INC handler, reduces confusing errors (DGL)
16 - RT #63466: Add ending newline if input lacks one (GUGOD)
17 - RT #60622: Fix conditional loading, only fatpack loaded modules (DGL)
18
2de6023f 190.03 2010-07-22
20 - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07)
21
ac9c6c20 220.02 2010-07-07
23 - fixed typo and doc bug on command usage.(miyagawa)
24 - added `help' command for slightly better user experience(miyagawa)
25
a5e340ba 262010-03-25
27 - Initial release