File Coverage

blib/lib/Protocol/MTProto.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             # You may distribute under the terms of either the GNU General Public License
2             # or the Artistic License (the same terms as Perl itself)
3             #
4             # (C) Paul Evans, 2017 -- leonerd@leonerd.org.uk
5              
6             package Protocol::MTProto;
7              
8 1     1   489 use strict;
  1         1  
  1         24  
9 1     1   4 use warnings;
  1         0  
  1         43  
10              
11             our $VERSION = '0.01';
12              
13             =head1 NAME
14              
15             C - Helper functions for MTProto
16              
17             =head1 DESCRIPTION
18              
19             This distribution is very-much a work-in-progress. Right now it simply
20             contains a TL schema parser, but the hope is that it will eventually contain
21             a full implementation of TL and MTProto, sufficient to create a Perl Telegram
22             client.
23              
24             =cut
25              
26             =head1 AUTHOR
27              
28             Paul Evans
29              
30             =cut
31              
32             0x55AA;