Revision history for Perl extension CGI::WAP.

0.01  Thu Feb 10 17:04:26 2000
        - original version; created by h2xs 1.19

1.2   Sat Feb 12 12:46:28 GMT 2000
        - RCS Versioning, POD documentation

1.3   2000/02/12 12:59:21
        - Bugfix on XML lang element in WML header

1.4   2000/02/17 11:51:26, 
        - Added XML charset encoding argument to start_wml()

1.5   2000/04/20 10:45:26,
        - Added 'wml_to_wmlc' function.

1.51  2000/05/13 19:30:12,
        - Bugfix on documentation

1.52  2000/05/14 19:11:21
        - Merged modifications contributed by Andy Murren <amurren@oven.com>

1.53  2000/05/17 19:03:44
       	- Added new header routine contributed by
          Wilbert Smits <wilbert@telegraafnet.nl>

1.54  2000/06/03
        - Added Andy's 'img' tag routine, and POD, and Andy's 'dialtag' POD
          Removed code which tried to sidestep the XML::Parser dependancy, it
          didn't work anyway.

1.55  2000/06/03
        - Trying to be compatible with LDS's new CGI::Util setup, the
          $self->SUPER::rearrange() stuff has been replaced with a straight
          local copy of CGI::Util's 'rearrange' routine since it was causing
          problems accross installations.