Revision history for FileSystem::Parent
0.4.3 2020-01-20T19:20:11-06:00
- metadata
0.4.2 2020-01-20T19:10:32-06:00
- metadata
0.4.1 2020-01-20T19:02:38-06:00
- rakutest
0.4.0 2020-01-20T18:51:23-06:00
- raku
0.3.6 2019-08-10T15:28:58-05:00
- move ./doc > ./pod
0.3.5 2019-08-10T15:03:09-05:00
- move ./assets -> ./doc
0.3.3 2019-06-14T14:06:04-05:00
- test cleanups.
- store resolved result for verbose output.
0.3.2 2019-06-14T13:38:59-05:00
- POD
- test cleanups
- verbose message format
0.3.1 2019-06-10T09:43:47-05:00
- Bool() in signatures.
- Test cleanups.
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.