public
Description: (Perl) Convert Pod to Microsoft's WordML format
Homepage: http://search.cpan.org/dist/Pod-WordML
Clone URL: git://github.com/briandfoy/Pod-WordML.git
briandfoy (author)
Mon Nov 23 06:03:47 -0800 2009
commit  18bef89d0ce68065fc3d500cd969a939a18572e7
tree    d94320520022a758ca8760041d2ae313987eb1de
parent  9fba7cda1f59600fc7dc8ecce9808782c35760b6
README
README for Pod::WordML

You can install this using in the usual Perl fashion

  perl Makefile.PL
  make
  make test
  make install
  
The documentation is in the module file.  Once you install
the file, you can read it with perldoc.

  perldoc Pod::WordML
  
If you want to read it before you install it, you can use
perldoc directly on the module file.

  perldoc  lib/WordML.pm
  
This module is also in Github

  http://github.com/briandfoy/Pod-WordML

Enjoy, 

brian d foy, bdfoy@cpan.org