Revision history for FindBin::Dirs

0.1.2  2019-05-14T16:57:39-05:00

    - Improve syntax using 'samewith', *%argz to reduce
      the redispatch.

0.1.1  2019-05-13T15:18:38-05:00

    - Remove exraneous default variable from multimethod.

    - POD

0.1.0  2019-05-12T15:55:37-05:00

    - Initial version

    - Minimal working tests w/ VERBOSE for checking the 
      output. 

    - Wanted (mimics scandir(3)) for filtering result. 

    - Returns all dir's up to the root ('/' on *NIX, 
      bare voume on NT/VMS filesystems).

    - Tests include various ways to pass in the wanted: via
      &sub, $var = &sub, $var = -> $path { ... }, var assigned
      a block (missing anything)?

