DBIx::PgLink::Manual::Install


NAME

Installation of DBIx::PgLink

Back to Top


PREREQUISITES

Back to Top


BUILDING

Run

  perl Makefile.PL
  make

(on Windows with Microsoft Visual Studio use 'nmake')

or

  perl Build.PL
  ./Build

Back to Top


TESTING

Back to Top


INSTALLING

Back to Top


SEE ALSO

the DBIx::PgLink::Manual::Usage manpage, http://pgfoundry.org/projects/dbi-link/

Back to Top


AUTHOR

Alexey Sharafutdinov <alexey.s.v.br@gmail.com>

Back to Top


COPYRIGHT AND LICENSE

Copyright (C) 2007 by Alexey Sharafutdinov

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.

Back to Top

 DBIx::PgLink::Manual::Install