MacOSX
NAME
File::Which::MacOSX - MacOSX which implementation
SYNOPSIS
use File::Which::MacOSX;
my $o = File::Which::MacOSX.new;
say $o.which('perl6');
DESCRIPTION
Implements the which method under the Mac OS X platform.
AUTHOR
Ahmad M. Zawawi <[email protected]>
COPYRIGHT AND LICENSE
Copyright 2016 Ahmad M. Zawawi
This library is free software; you can redistribute it and/or modify it under the MIT License