MoneyWorks.pm, version 0.07 (beta)

Perl interface to MoneyWorks accounting software


RECENT CHANGES

0.07
----
Now the  SIGPIPE  code hopefully actually  works,  instead  of  dying.

0.06
----
• Instead of ignoring  SIGPIPEs,  now we start a new  MW  process and
  try again.
• Fixed to work in perl 5.12 and higher.
• The tests for the version method have been fixed to work with Money-
  Works 5.3 (two numbers, not three).

0.05
----
We now intercept  SIGPIPEs to stop the perl process from being killed
if the MW process crashes.


INSTALLATION

The easiest way to install this module is to use the CPAN  module  or
the cpan script:

    [sudo] perl -MCPAN -e "install MoneyWorks"

    [sudo] cpan MoneyWorks

Or you can use the following:

    perl Makefile.PL
    make
    make test
    [sudo] make install


DEPENDENCIES

This module requires
 • MoneyWorks Gold (or Datacentre Client)  (see http://cognito.co.nz),
 • perl 5.6 or higher and
 • the constant::lexical module, which can be found on the CPAN.

If you are using perl 5.12 or higher, you will need the Classic::Perl
module, too.


DOCUMENTATION

After installing,  you can find documentation for  this  module  with
the perldoc command.

    perldoc MoneyWorks

Or try using man (it's faster, in my experience):

    man MoneyWorks


COPYRIGHT AND LICENCE

Copyright © 2009-10 Father Chrysostomos

This program is free software; you may redistribute it, modify it, or
both, under the same terms as perl.
