The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for CWB-CQP-More

0.08    2015-10-05
        - fixed 'cat' for parallel corpora;

0.07    2015-08-21
        - expanded Parallel support to multilanguage corpora;
        - added 'DEBUG' option on use line.

0.06    2014-09-14
        - added minimal 'Parallel' corpora support.

0.05    2011-01-25
        - added 'peek', 'forward' and 'backward' methods in iterator
          module.

0.04    2011-01-24
        - added iterator module

0.03    2010-12-20
        - use POSIX::Open3 instead of IPC::Open3
        - added unicode support

0.02    2010-11-25
        - Added size method;
        - Added cat method;

0.01    2010-11-09
        - Added exec method with exceptions support (try/catch or eval);
        - Added show_corpora method;
        - Added corpora_details method;
        - Added set method;
        - Added change_corpus method;