NAME
Alien::ProtoBuf - find Google ProtoBuf library
VERSION
version 0.07
SYNOPSIS
use Alien::ProtoBuf;
my $cflags = Alien::ProtoBuf->cflags;
my $libs = Alien::ProtoBuf->libs;
# use $cflags and $libs to compile a program using protocol buffers
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.