Text::Markdown::Discount
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.2 KiB

16 years ago
  1. Text-Markdown-XS version 0.01
  2. =============================
  3. The README is used to introduce the module and provide instructions on
  4. how to install the module, any machine dependencies it may have (for
  5. example C compilers and installed libraries) and any other information
  6. that should be provided before the module is installed.
  7. A README file is required for CPAN modules since CPAN extracts the
  8. README file from a module distribution so that people browsing the
  9. archive can use it get an idea of the modules uses. It is usually a
  10. good idea to provide version information here so that people can
  11. decide whether fixes for the module are worth downloading.
  12. INSTALLATION
  13. To install this module type the following:
  14. perl Makefile.PL
  15. make
  16. make test
  17. make install
  18. DEPENDENCIES
  19. This module requires these other modules and libraries:
  20. blah blah blah
  21. COPYRIGHT AND LICENCE
  22. Put the correct copyright and licence information here.
  23. Copyright (C) 2009 by Masayoshi Sekimura
  24. This library is free software; you can redistribute it and/or modify
  25. it under the same terms as Perl itself, either Perl version 5.10.0 or,
  26. at your option, any later version of Perl 5 you may have available.