1Alien::ProtoBuf(3) User Contributed Perl Documentation Alien::ProtoBuf(3)
2
3
4
6 Alien::ProtoBuf - find Google ProtoBuf library
7
9 version 0.09
10
12 use Alien::ProtoBuf;
13
14 my $cflags = Alien::ProtoBuf->cflags;
15 my $libs = Alien::ProtoBuf->libs;
16
17 # use $cflags and $libs to compile a program using protocol buffers
18
20 Mattia Barbon <mattia@barbon.org>
21
23 This software is copyright (c) 2015 by Mattia Barbon.
24
25 This is free software; you can redistribute it and/or modify it under
26 the same terms as the Perl 5 programming language system itself.
27
28
29
30perl v5.30.1 2020-03-09 Alien::ProtoBuf(3)