Alien-Thrust

 view release on metacpan or  search on metacpan

lib/Alien/Thrust.pm  view on Meta::CPAN

=head1 NAME

Alien::Thrust - Download and install the Thrust cross-platform GUI framework

=head1 DESCRIPTION

This package will download a zip file containing the L<Thrust cross-platform, cross-language GUI toolkit|https://github.com/breach/thrust> and will then install it into its private distribution share directory.

The location of the binary is stored in the C<$Alien::Thrust::thrust_shell_binary> variable:

    $ perl -MAlien::Thrust -E 'say $Alien::Thrust::thrust_shell_binary'
    /usr/local/share/perl/5.18.2/auto/share/dist/Alien-Thrust/thrust_shell

Note however that you probably want to use the L<Thrust> module instead of accessing the binary directly.

=head1 SEE ALSO

L<Alien::Thrust github repo|https://github.com/hoytech/Alien-Thrust>

L<Thrust> perl interface



( run in 3.526 seconds using v1.01-cache-2.11-cpan-483215c6ad5 )