• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/RedisDB/H30-Oct-2015-629298

t/H30-Oct-2015-400351

util/H30-Oct-2015-10689

xt/H30-Oct-2015-4129

ChangesH A D30-Oct-20151.1 KiB3626

MANIFESTH A D30-Oct-2015496 2524

META.jsonH A D30-Oct-20151.6 KiB7170

META.ymlH A D30-Oct-20151,016 4241

Makefile.PLH A D30-Nov-20132.2 KiB8174

Parser.xsH A D30-Oct-20152.8 KiB122109

READMEH A D09-Feb-2015508 2114

README.podH A D23-Nov-2013493 2515

ppport.hH A D23-Nov-201375.1 KiB3,1473,105

rdb_parser.cH A D30-Nov-201310.2 KiB405325

rdb_parser.hH A D30-Nov-20131,009 4437

typemapH A D23-Nov-2013333 1714

README

1NAME
2    RedisDB::Parser
3
4INSTALLATION
5    To install this module, run the following commands:
6
7        perl Makefile.PL
8        make
9        make test
10        make install
11
12LICENSE AND COPYRIGHT
13    Copyright (C) 2015 Pavel Shaydo
14
15    This program is free software; you can redistribute it and/or modify it
16    under the terms of either: the GNU General Public License as published
17    by the Free Software Foundation; or the Artistic License.
18
19    See http://dev.perl.org/licenses/ for more information.
20
21

README.pod

1=head1 NAME
2
3RedisDB::Parser
4
5=head1 INSTALLATION
6
7To install this module, run the following commands:
8
9    perl Makefile.PL
10    make
11    make test
12    make install
13
14=head1 LICENSE AND COPYRIGHT
15
16Copyright (C) 2013 Pavel Shaydo
17
18This program is free software; you can redistribute it and/or modify it
19under the terms of either: the GNU General Public License as published
20by the Free Software Foundation; or the Artistic License.
21
22See http://dev.perl.org/licenses/ for more information.
23
24=cut
25