Alien-Base-ModuleBuild
view release on metacpan or search on metacpan
lib/Alien/Base/ModuleBuild/API.pod view on Meta::CPAN
=item %n
Shortcut for the name stored in C<alien_name>
pkg-config --modversion %n
=item %p
B<deprecated>
Platform independent "local command prefix". On *nix systems this is C<./>, on Windows it is an empty string.
%pconfigure
Please note that this only works to run scripts on Unix, and does not work on Windows. It is thus, not fit for purpose and should not be used. As an alternative:
=over 4
=item autoconf "configure"
If you are trying to invoke the autoconf configure script, use C<%c> instead. This will use the correct incantation on either Unix like systems and on Windows.
lib/Alien/Base/ModuleBuild/API.pod view on Meta::CPAN
Captured version of the original archive.
=item %x
The current Perl interpreter (aka $^X)
=item %X
[version 0.027]
The current Perl interpreter using the Unix style path separator C</>
instead of the native Windows C<\>.
=item %%
A literal C<%>.
=back
=head1 SEE ALSO
( run in 3.327 seconds using v1.01-cache-2.11-cpan-e1769b4cff6 )