🌻 📖 Clang::CastXML::Find

NAME

Clang::CastXML::Find - Find the CastXML executable, if available.

VERSION

version 0.02

SYNOPSIS

 use Clang::CastXML::Find;
 my $exe = Clang::CastXML::Find->where;

DESCRIPTION

This is a module for finding the location of the CastXML executables.

METHODS

where

 my $exe = Clang::CastXML::Find->where;

Returns the location of CastXML, if installed and found. This method will throw an exception if it cannot be found.

SEE ALSO

Clang::CastXML

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.