Urgent bug fix release!
Thanks issue #6, soerenschneider, for reporting a bug that made acxi not start on Perl versions less than 5.028. Accidentally used a syntax that only works on 5.028 and newer Perls. Initialized a state array variable, which is only supported for hashes and arrays as of 5.028, before that perl will exit on start with error.
Also fixed a few help menu and man page glitches, typos, slightly wrong explanations, etc.
But this mainly is a fix to update the releases so the bug introduced with File::Find:prune in the 3.3.19 release won't impact anyone anymore who is getting the release version of acxi (generally, just use the latest commit though, and update acxi from here using the -U updater option), since acxi will not start if you have Perl older than 5.028.