p5sagit/App-FatPacker.git
2013-01-22 Karen Etheridge Release commit for 0.009013 v0.009013
2013-01-22 Karen Etheridge changelog; bump version
2013-01-22 Graham Knop fix my stupid typo to fix ancient perls
2013-01-22 Graham Knop allow easier testing on alternate perls
2013-01-21 Karen Etheridge still requires perl 5.8; 5.6 only works for the fatpack...
2013-01-18 Karen Etheridge tighten up a few entries
2013-01-18 Karen Etheridge this is generated by Distar; no need to commit
2013-01-18 Karen Etheridge Release commit for 0.009012 v0.009012
2013-01-18 Karen Etheridge newer Distar creates more files for us
2013-01-18 Karen Etheridge we want to ship t/mod - tests need it!
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-12-22 Karen Etheridge RT#57811 remains open to resolve <5.8.0 issues
2012-09-24 Karen Etheridge Release commit for 0.009011 v0.009011
2012-09-24 Karen Etheridge RT#79835: install bin/fatpack into $PATH
2012-09-20 Karen Etheridge Release commit for 0.009010 v0.009010
2012-09-20 Karen Etheridge Changes header
2012-09-16 Karen Etheridge bump version for next release
2012-09-16 Karen Etheridge convert to Distar
2012-09-16 Karen Etheridge more gitignore entries
2012-09-11 Dagfinn Ilmari... Add POD encoding declaration
2012-09-09 Karen Etheridge include git webpage; also include r/w remote spec in...
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 document trace capturing
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 keep tempdir if FATPACKER_KEEP_TESTDIR env exists,...
2012-02-23 Sawyer X no space identation
2012-02-23 Sawyer X use Cwd (core) to allow pruning tmp dirs in test
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
2012-02-23 Sawyer X ignore vim swap files
2012-02-12 Tomas Doran Add repository metadaa
2012-02-12 Tomas Doran Add MYMETA files to META.yml
2012-02-05 David Leadbeater Add a test for packing
2011-01-18 David Leadbeater Add --use option to use extra modules when tracing
2011-01-18 David Leadbeater Add a gitignore v0.9.6
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 Use strict in test script, don't require done_testing...
2011-01-12 David Leadbeater Don't skip t/mod/*.pm from MANIFEST v0.9.4
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-21 tokuhirom fixed dependency for File::Path
2010-07-07 tokuhirom Checking in changes prior to tagging of version 0.009002
2010-07-07 tokuhirom Changes for 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-04-10 Tatsuhiko Miyagawa fixed typo and doc bug on command usage
2010-03-25 Matt S Trout Changes for 0.009001 (first release)
2010-03-25 Matt S Trout move VERSION declaration somewhere sensible and add...
2010-03-25 Matt S Trout usual dist crap
2010-03-25 Matt S Trout nuke Distar since I don't have time to make this go yet
2010-03-19 Matt S Trout initial import of skeleton code