The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Chemistry::Mok.

0.22  Sat Jul 03 2004
        - Make sure molecules are read by their default classes instead
          of Chemistry::Mol.

0.21  Fri Jun 18 2004
        - Made SMARTS the default pattern language; added -p option.
        - Added the println function.
        - Added implicit globbing to mok under MSWin32.
        - Changed tests for better MSWin32 compatibility.

0.20  Thu Jun 10 2004
        - Support for different pattern languages.
        - User package now imports from Chemistry::Atom and Math::VectorReal.
        - Fixed error when an implicit block had leading comments.

0.16  Wed May 19 2004
        - Added -b option (add bonds)
        - Added support for comments outside action blocks
        - Fixed undef $/ bug.

0.15  Tue Mar 4 2004
        - Bug fixes: pattern options were ignored, -f option didn't work.
        - Changes: special variables $MOL, $PATT, $FILE, $MATCH are now 
        uppercase.
        - Features: new special variables @A and @B.
        - Documentation: fixed some errors, revised examples.
        - Tests: added a few simple tests, based on the examples in the POD.
        See *.mok. The tests use the *.mol files that are provided. Note that
        Chemistry::File::MDLMol must be installed for the tests to work.

0.10  Mon Mar 1 2004
        - First release