Alien-DDC-Concordance
view release on metacpan or search on metacpan
lib/Alien/DDC/Concordance.pm view on Meta::CPAN
package Alien::DDC::Concordance;
use strict;
use warnings;
use parent 'Alien::Base';
our $VERSION = '0.007';
__END__
=pod
=encoding utf8
=head1 NAME
Alien::DDC::Concordance - install the ddc-concordance C++ libraries on your system
=head1 SYNOPSIS
use 5.010;
use strict;
use Alien::DDC::Concordance;
my $alien = Alien::DDC::Concordance->new;
say $alien->libs;
say $alien->cflags;
=head1 DESCRIPTION
Ensures that the ddc-concordance C++ libraries are installed on your system.
=head1 AUTHOR
Bryan Jurish E<lt>moocow@cpan.orgE<gt>.
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2016 by Bryan Jurish
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
at your option, any later version of Perl 5 you may have available.
=cut
( run in 0.717 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )