Revision history for FindBin

0.2.2  2019-03-26T10:44:30-05:00

    - release to CPAN

    - comments

0.2.1  2019-03-24T18:10:59-05:00

    - pod edits, change path to '*.pod6'

    - test cleanups.
    
    - faster logic by droping a kernel call.

0.2.0

    - use v6.d

    - Fix runtime issue with $*PROGRAM being resolved too early
      and returning the lib directory from FindBin rather than 
      the executable path.

    - Defaults with export work using 6.d CALLER::DYNAMIC::...

    - Do away with $Bin and $Script as exports, retain Bin and 
      Script as exports returning an IO and stringy basename.

    - Need to ship 2* tests as symlinks, not 
      copies of files. 

    - Rebuild tests.

0.1.6  2018-06-26T16:05:33-05:00

    - Typos.
    - Whitespace.

0.1.4  2018-06-26T15:24:31-05:00

    - Play with the tests.
    - Update POD.
    - Minor tweaks to code format.

0.1.3  2018-06-23T15:26:07-05:00

    - Test fixes.
    - Add verbose( bool ) for testing.

0.1.1  2018-06-23T15:00:17-05:00

    - Fix pod bug.
    - Export $Script &Script
    - Handle dirname vs. as-is for -e script.

0.1.0  2018-06-23T10:02:05-05:00

    - Initial version

