NAME

Alien::uPB::Core - build and find uPB (a.k.a. Unleaded)

VERSION

version 0.20

SYNOPSIS

use Alien::uPB::Core;

my $cflags = Alien::uPB::Core->cflags;
my $libs = Alien::uPB::Core->libs;

# use $cflags and $libs to compile a program using uPB

AUTHOR

Mattia Barbon <mattia@barbon.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Mattia Barbon.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.