~percona-dev/percona-server/release-5.5.11-20.2-fix-bug-764138

« back to all changes in this revision

Viewing changes to HandlerSocket-Plugin-for-MySQL/perl-Net-HandlerSocket/README

  • Committer: Ignacio Nin
  • Date: 2011-03-13 17:18:23 UTC
  • mfrom: (33.3.17 release-5.5.8-20)
  • Revision ID: ignacio.nin@percona.com-20110313171823-m06xs104nekulywb
Merge changes from release-5.5.8-20 to 5.5.9

Merge changes from the release branch of 5.5.8 to 5.5.9. These include
the HandlerSocket and UDF directories and the building scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
HandlerSocket version 0.01
 
2
==========================
 
3
 
 
4
The README is used to introduce the module and provide instructions on
 
5
how to install the module, any machine dependencies it may have (for
 
6
example C compilers and installed libraries) and any other information
 
7
that should be provided before the module is installed.
 
8
 
 
9
A README file is required for CPAN modules since CPAN extracts the
 
10
README file from a module distribution so that people browsing the
 
11
archive can use it get an idea of the modules uses. It is usually a
 
12
good idea to provide version information here so that people can
 
13
decide whether fixes for the module are worth downloading.
 
14
 
 
15
INSTALLATION
 
16
 
 
17
To install this module type the following:
 
18
 
 
19
   perl Makefile.PL
 
20
   make
 
21
   make test
 
22
   make install
 
23
 
 
24
DEPENDENCIES
 
25
 
 
26
COPYRIGHT AND LICENCE
 
27
 
 
28
  Copyright (C) 2010 DeNA Co.,Ltd.. All rights reserved.
 
29
  See COPYRIGHT.txt for details.
 
30