Alien-Meson

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

     %{meson}

    WARNING: This interpolation is deprecated. This will be removed in a
    future version as some share installs of Meson are not callable as a
    single executable (they need to be prefixed with the Python
    interpreter). Instead use "Alien::Meson->exe" directly.

    Returns 'meson', 'meson.py', or appropriate command for platform.

SEE ALSO
    Meson <https://mesonbuild.com/>
        The Meson Build system home page.

    Alien
        Documentation on the Alien concept itself.

    Alien::Base
        The base class for this Alien.

    Alien::Build::Manual::AlienUser
        Detailed manual for users of Alien classes.

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

      warn "Interpolation of %{meson} is deprecated. See POD for Alien::Meson.";
      join " ", Alien::Meson->exe;
    },
  };
}

=head1 SEE ALSO

=over 4

=item L<Meson|https://mesonbuild.com/>

The Meson Build system home page.

=item L<Alien>

Documentation on the Alien concept itself.

=item L<Alien::Base>

The base class for this Alien.



( run in 0.487 second using v1.01-cache-2.11-cpan-df04353d9ac )