Revision history for Perl extension App-pathed
0.07  2013-09-16 13:38:24 CEST
    [Bug Fixes]
        - Build (via Build.PL via milla) expects the script in script/, not
          bin/
        - --man now correctly sends the output to STDERR
0.06  2013-09-13 00:32:54 CEST
    [Improvements]
        - Converted dist to Milla.
0.05 Sat Feb 23 11:33:23 2013 CET
    [Improvements]
        - Clarified documentation and fixed typos
0.04 Sat Feb 23 00:10:53 2013 CET
    [Improvements]
        - The default separator is what $Config::Config{path_sep} reports
0.03 Fri Feb 22 23:38:08 2013 CET
    [New Features]
        - You can specify a different path separator with --sep. (Thanks to
          jberger++ for the suggestion.)
0.02 Fri Feb 22 22:09:39 2013 CET
    [New Features]
        - $PATH is the default to work on, but you can pass any string like
          $PERL5LIB or use --var. (Thanks to @beldon++ for the suggestion.)
    [Improvements]
        - Better documentation markup
0.01 Fri Feb 22 10:56:07 2013 CET
    [New Features]
        - original version