The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::Build::Plugin::Gather::Dino - Experimental support for dynamic share Alien install

VERSION

version 0.01

SYNOPSIS

 use alienfile;
 plugin 'Gather::Dini';

DESCRIPTION

This alienfile plugins find directories inside the share directory with dynamic libraries in them for share type installs. This information is necessary at either build or run-time by XS modules. For various reasons you are probably better off building static libraries instead. For more detail and rational see the runtime documentation Alien::Base::Dino.

SEE ALSO

Alien::Base::Dino

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 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.