Alien-GfsmXL
view release on metacpan or search on metacpan
Change log for perl distribution Alien::GfsmXL
v0.004 Wed, 02 Mar 2016 15:35:13 +0100 moocow
* specify Alien::Base::ModuleBuild in configure_requires, fixes RT bug #112614
v0.003 Mon, 29 Feb 2016 08:39:33 +0100 moocow
* require minimum Alien::Base v0.027 for 'alien_env' support
- using extra_(compiler|linker)_flags doesn't seem to work for alien libgfsmxl build itself
v0.002 Wed, 24 Feb 2016 14:27:38 +0100 moocow
* added Alien::Gfsm to Build.PL 'configure_requires'
v0.001 Mon, 22 Feb 2016 13:29:45 +0100 moocow
* initial version
NAME
Alien::GfsmXL - install the libgfsmxl C library on your system
SYNOPSIS
use 5.010;
use strict;
use Alien::GfsmXL;
my $alien = Alien::GfsmXL->new;
say $alien->libs;
say $alien->cflags;
DESCRIPTION
Ensures that the libgfsmxl C library is installed on your system.
AUTHOR
Bryan Jurish <moocow@cpan.org>.
COPYRIGHT AND LICENSE
Copyright (C) 2016 by Bryan Jurish
lib/Alien/GfsmXL.pm view on Meta::CPAN
Alien::GfsmXL - install the libgfsmxl C library on your system
=head1 SYNOPSIS
use 5.010;
use strict;
use Alien::GfsmXL;
my $alien = Alien::GfsmXL->new;
say $alien->libs;
say $alien->cflags;
=head1 DESCRIPTION
Ensures that the libgfsmxl C library is installed on your system.
=head1 AUTHOR
Bryan Jurish E<lt>moocow@cpan.orgE<gt>.
=head1 COPYRIGHT AND LICENSE
( run in 8.618 seconds using v1.01-cache-2.11-cpan-94b05bcf43c )