DBD::cubrid  --  an CUBRID interface for Perl 5.

  Copyright (c) 2011  Zhang Hui, China
=====================================================================

The driver installation is described in

 INSTALL.html

In short: If you are using

 Windows/ActivePerl

   The actual installation is as simple as

       ppm install DBI
       ppm install DBD::cubrid

 Linux

   perl -MCPAN -e shell
   install DBD::cubrid

Build from source code

   perl Makefile.PL

   make
   make test

 If all the formal tests pass then, finally, run:

   make install