specify all prereqs
[p5sagit/App-FatPacker.git] / lib /
2014-08-16 Graham Knop bump version
2014-03-18 Matt S Trout bump version
2014-03-18 Matt S Trout include lib/ in @INC for packlists_containing require...
2014-03-08 Graham Knop add to instead of overwriting PERL5OPT
2013-11-27 David Steinbrunner typo fixes
2013-11-27 Graham Knop bump version number
2013-11-27 Graham Knop add myself to contributors
2013-11-18 Graham Knop use more reasonable class name and protect against...
2013-11-18 Graham Knop whitespace and style cleanup
2013-11-18 Graham Knop add djerius to contributor list
2013-11-17 Diab Jerius push object as @INC hook for all perls
2013-11-15 Diab Jerius use an @INC object hook instead of a subref to provide...
2013-08-01 Olivier Mengué Generate absolute #line for the packed modules
2013-08-01 Olivier Mengué Refactor: split App::FatPacker->fatpack_file in multipl...
2013-07-27 Karen Etheridge bump version
2013-07-27 Tatsuhiko Miyagawa Stop chdir when finding packlist. Absolutify %INC path...
2013-05-30 Karen Etheridge bump version for release
2013-05-29 Karen Etheridge MSWin32 does not support -| $cmd @args: "List form...
2013-04-16 Karen Etheridge minor wording improvement
2013-04-07 Karen Etheridge bump version for next release
2013-04-07 Robin Smidsrød 'file' command now moves shebang line and prints script...
2013-04-07 Karen Etheridge bump version for next release
2013-04-07 Tatsuhiko Miyagawa Added documentation about pack command
2013-04-07 Tatsuhiko Miyagawa Added fatpack pack file, which does the equivalent...
2013-04-07 Tatsuhiko Miyagawa separate command_file implementation to a utility metho...
2013-04-07 Tatsuhiko Miyagawa Removed apparently unused piece of code, that prevents...
2013-04-03 Karen Etheridge bump version for next release
2013-04-03 Karen Etheridge link to Sawyer's advent article
2013-04-03 Tatsuhiko Miyagawa Skip lib if it doesn't exist
2013-03-17 Robin Smidsrød Add a bit of documentation about the shebang extraction...
2013-03-17 Robin Smidsrød Improve example to include shebang line
2013-01-22 Karen Etheridge changelog; bump version
2013-01-22 Graham Knop fix my stupid typo to fix ancient perls
2013-01-21 Karen Etheridge still requires perl 5.8; 5.6 only works for the fatpack...
2013-01-18 Karen Etheridge bump version
2013-01-18 Karen Etheridge now supporting 5.6 (thanks haarg!)
2013-01-08 Graham Knop fix packed script to work on perl 5.6
2012-09-24 Karen Etheridge RT#79835: install bin/fatpack into $PATH
2012-09-16 Karen Etheridge bump version for next release
2012-09-11 Dagfinn Ilmari Man... Add POD encoding declaration
2012-09-07 Christian Walde enable temp file deletion in pack.t on Win32
2012-09-07 Christian Walde fix creation of %fatpacked hash
2012-09-07 Christian Walde added contributors
2012-08-03 Karen Etheridge prep for release v0.009009 v0.9.9
2012-08-01 Karen Etheridge RT#78724: --to-stderr was broken
2012-07-16 David Leadbeater release 0.9.8 v0.9.8
2012-07-16 David Leadbeater RT #78391: Avoid using $_ when requiring modules
2012-07-12 Matt S Trout prep for release v0.9.7
2012-07-12 Matt S Trout clean up and simplify tracing code
2012-07-12 Matt S Trout fix missing whitespace before (
2012-02-23 Sawyer X no space identation
2012-02-23 Sawyer X use Capture::Tiny to allow returning captured trace
2012-02-23 Sawyer X put equal sign for module parameters in trace() method
2012-02-23 Sawyer X handle undefined values
2012-02-23 Sawyer X moved additional modules into trace() method
2012-02-23 Sawyer X move trace arguments to hash to make it more flexible
2012-02-23 Sawyer X separate tracing to a method
2012-02-23 Sawyer X document ::Trace thoroughly
2012-02-23 Sawyer X put parser object in an attribute, use methods for it
2011-01-18 David Leadbeater Add --use option to use extra modules when tracing
2011-01-18 David Leadbeater Switch to File::Path::{rmtree,mkpath}
2011-01-12 David Leadbeater 0.9.5 v0.9.5
2011-01-12 David Leadbeater 0.9.4
2010-12-23 David Leadbeater Die if open fails in @INC handler
2010-12-23 gugod [rt.cpan.org #63466] Add ending newline if input lacks one
2010-12-20 David Leadbeater [rt.cpan.org #60622] Handle conditional loading
2010-07-21 tokuhirom bump to 0.93
2010-07-07 tokuhirom Checking in changes prior to tagging of version 0.009002
2010-07-07 tokuhirom fixed doc bug on command usage. same as a884f0d.
2010-04-10 Tatsuhiko Miyagawa slightly better user experience :)
2010-03-25 Matt S Trout move VERSION declaration somewhere sensible and add...
2010-03-19 Matt S Trout initial import of skeleton code