
This directory contains scripts to run /after/ you've upgraded the
Tallyman libraries and accompanying files.  They will attempt to
upgrade the installed tables which make up a Tallyman store.  

If you are upgrading to version 2.0.6 from a version earlier than
2.0.5, first run up2.0a3-2.0b5.pl to upgrade the tables to their
2.0b5 state, then run up2.0b5-2.0.6.pl to complete the upgrade to 2.0.6.

Run any of the scripts with "--help" to see a summary of usage.  
Eg.,

./up2.0b5-2.0.6.pl --help

NOTE: If perl is not installed in /usr/bin on your system, do one of the
following:

  * Edit the script you want to run, changing the first line to point to
    your perl binary

  * Instead of running the script directly, run it like this:

perl ./up2.0b5-2.0.6.pl --help

