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

..03-May-2022-

boost_1_47/H14-Nov-2011-290,183223,136

db/H14-Nov-2011-10,5858,027

deploy/arch/auto/Tie/LevelDB/H14-Nov-2011-

include/leveldb/H14-Nov-2011-1,375533

lib/Tie/H14-Nov-2011-11316

port/H03-May-2022-1,386859

t/H14-Nov-2011-10777

table/H14-Nov-2011-2,5501,936

util/H14-Nov-2011-4,1803,191

ChangesH A D14-Nov-2011987 3122

LevelDB.xsH A D14-Nov-20116.9 KiB338281

MANIFESTH A D14-Nov-201191.8 KiB1,9421,941

META.jsonH A D14-Nov-2011840 4039

META.ymlH A D14-Nov-2011486 2221

Makefile.PLH A D03-May-20222.7 KiB7358

READMEH A D14-Nov-2011712 3117

WINDOWSH A D14-Nov-2011703 2015

build_detect_platformH A D14-Nov-20112.2 KiB7547

perlobject.mapH A D14-Nov-20112.6 KiB10787

ppport.hH A D14-Nov-2011170.8 KiB7,0643,086

typemapH A D14-Nov-2011111 95

README

1Tie-LevelDB - A Perl Interface to the LevelDB database
2======================================================
3
4This module is based on LevelDB NoSQL database from Google.
5
6  http://code.google.com/p/leveldb/
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17DEPENDENCIES
18
19Module has no dependencies. LevelDB sources are bundled with this package.
20
21
22COPYRIGHT AND LICENCE
23
24Copyright (C) 2011 by Sokordia, s.r.o. http://www.sokordia.cz
25
26This library is free software; you can redistribute it and/or modify
27it under the same terms as Perl itself, either Perl version 5.10.1 or,
28at your option, any later version of Perl 5 you may have available.
29
30
31