Alien-Gfsm

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    Alien::Gfsm - install the libgfsm C library on your system

SYNOPSIS
       use 5.010;
       use strict;
       use Alien::Gfsm;
   
       my $alien = Alien::Gfsm->new;
       say $alien->libs;
       say $alien->cflags;

DESCRIPTION
    Ensures that the libgfsm C library is installed on your system.

AUTHOR
    Bryan Jurish <moocow@cpan.org>.

COPYRIGHT AND LICENSE
    Copyright (C) 2016 by Bryan Jurish

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

Alien::Gfsm - install the libgfsm C library on your system

=head1 SYNOPSIS

   use 5.010;
   use strict;
   use Alien::Gfsm;
   
   my $alien = Alien::Gfsm->new;
   say $alien->libs;
   say $alien->cflags;

=head1 DESCRIPTION

Ensures that the libgfsm C library is installed on your system.

=head1 AUTHOR

Bryan Jurish E<lt>moocow@cpan.orgE<gt>.

=head1 COPYRIGHT AND LICENSE



( run in 6.895 seconds using v1.01-cache-2.11-cpan-94b05bcf43c )