Revision history for FileSystem::Parent

0.3.0  2019-05-21T16:28:39-05:00

    - Add "skip-root" bool for use with FindBin::libs.

    - Replaced 01-basic.t with a generic usability test
      starting with basename.

0.2.1  2019-05-16T22:12:39-05:00

    - Re-arrange package variables.

    - Fixed damaged json file.

    - Method name is 'scan-up', initial point is 'from', as in:

        my $found = scan-up from => $path, filter => 'dir';

0.1.0  2019-05-15T11:00:37-05:00

    - Initial version

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

