Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Alien::Build::Plugin::Build::SearchDep - Add dependencies to library and header search path

Author

       Author: Graham Ollis <plicease@cpan.org>

       Contributors:

       Diab Jerius (DJERIUS)

       Roy Storey (KIWIROY)

       Ilya Pavlov

       David Mertens (run4flat)

       Mark Nunberg (mordy, mnunberg)

       Christian Walde (Mithaldu)

       Brian Wightman (MidLifeXis)

       Zaki Mughal (zmughal)

       mohawk (mohawk2, ETJ)

       Vikas N Kumar (vikasnkumar)

       Flavio Poletti (polettix)

       Salvador Fandiño (salva)

       Gianni Ceccarelli (dakkar)

       Pavel Shaydo (zwon, trinitum)

       Kang-min Liu (劉康民, gugod)

       Nicholas Shipp (nshp)

       Juan Julián Merelo Guervós (JJ)

       Joel Berger (JBERGER)

       Petr Písař (ppisar)

       Lance Wicks (LANCEW)

       Ahmad Fatoum (a3f, ATHREEF)

       José Joaquín Atria (JJATRIA)

       Duke Leto (LETO)

       Shoichi Kaji (SKAJI)

       Shawn Laffan (SLAFFAN)

       Paul Evans (leonerd, PEVANS)

       Håkon Hægland (hakonhagland, HAKONH)

       nick nauwelaerts (INPHOBIA)

       Florian Weimer

Description

       This plugin adds the other aliens as prerequisites, and adds their header and library search path to
       "CFLAGS" and "LDFLAGS" environment variable, so that tools that use them (like autoconf) can pick them
       up.

Name

       Alien::Build::Plugin::Build::SearchDep - Add dependencies to library and header search path

Properties

aliens
       Either a list reference or hash reference of the other aliens.  If a hash reference then the keys are the
       class names and the values are the versions of those classes.

   public_I
       Include the "-I" flags when setting the runtime cflags property.

   public_l
       Include the "-l" flags when setting the runtime libs property.

Synopsis

        use alienfile;
        plugin 'Build::SearchDep' => (
          aliens => [qw( Alien::Foo Alien::Bar )],
        );

Version

       version 2.84

See Also