PowerBuilder::ORCA -- Perl interface to PowerBuilder ORCA API
Copyright (c) 1999-2002, Ilya Chelpanov <chelpanov@mail.ru>,
http://i72.by.ru/eng/, http://i72.narod.ru/eng/
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
You have two ways of installation of the module:
1. Installation of the precompiled package for ActivePerl through Perl
Package Manager (Recommended). Zip archives with ppm packages are placed
in a ppm subdirectory in my directory on CPAN.
2. Building module from source.
BEFORE BUILDING, TESTING AND INSTALLING this module from source you will need to:
perl Makefile.PL
nmake
The test application located in files orca_test.pbl and orca_test2.pbl.
It is necessary to open it and make work in PB environment. After that
it is possible to start test suit:
nmake test
nmake install