The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

idl2moose - IDL to perl's Moose translation

VERSION

version 0.007

AUTHOR

Jean-Damien Durand <jeandamiendurand@free.fr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Jean-Damien Durand.

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

NAME

idl2moose - IDL to perl's Moose translation

SYNOPSIS

 idl2moose [options]

OPTIONS

--help

This help

--input <filename>

Input IDL filename.

--output <filename>

Output filename. Default to STDOUT.

--nativeFloat

Use of native floats. A false value will force Math::BigFloat. Default to a true value.

EXAMPLES

 idl2moose -i dom.idl > dom.pm

SEE ALSO

MarpaX::Languages::IDL::AST