Blame README.md

Packit 087db9
# MIME::Types
Packit 087db9
Packit 087db9
  * My extended documentation: <http://perl.overmeer.net/CPAN/>
Packit 087db9
  * Development via GitHub: <https://github.com/markov2/perl5-MIME-Types>
Packit 087db9
  * Download from CPAN: <ftp://ftp.cpan.org/pub/CPAN/authors/id/M/MA/MARKOV/>
Packit 087db9
  * Indexed from CPAN: <http://search.cpan.org/~markov/MIME-Types/>
Packit 087db9
    and <https://metacpan.org/release/MIME-Types>
Packit 087db9
Packit 087db9
## Development → Release
Packit 087db9
Packit 087db9
Important to know, is that I use an extension on POD to write the manuals.
Packit 087db9
The "raw" unprocessed version is visible on GitHub.  It will run without
Packit 087db9
problems, but does not contain manual-pages.
Packit 087db9
Packit 087db9
Releases to CPAN are different: "raw" documentation gets removed from
Packit 087db9
the code and translated into real POD and clean HTML.  This reformatting
Packit 087db9
is implemented with the OODoc distribution (A name I chose before OpenOffice
Packit 087db9
existed, sorry for the confusion)
Packit 087db9
Packit 087db9
Clone from github for the "raw" version.  For instance, when you want
Packit 087db9
to contribute a new feature.
Packit 087db9
Packit 087db9
On github, you can find the processed version for each release.  But the
Packit 087db9
better source is CPAN; to get it installed simply run:
Packit 087db9
Packit 087db9
```sh
Packit 087db9
   cpan -i MIME::Types
Packit 087db9
```
Packit 087db9
Packit 087db9
## Contributing
Packit 087db9
Packit 087db9
When you want to contribute to this module, you do not need to provide
Packit 087db9
a perfect patch... actually: it is nearly impossible to create a patch
Packit 087db9
which I will merge without modification.  Usually, I need to adapt the
Packit 087db9
style of code and documentation to my own strict rules.
Packit 087db9
Packit 087db9
When you submit an extension, please contribute a set with
Packit 087db9
Packit 087db9
1. code
Packit 087db9
Packit 087db9
2. code documentation
Packit 087db9
Packit 087db9
3. regression tests in t/
Packit 087db9
Packit 087db9
**Please note:**
Packit 087db9
When you contribute in any way, you agree to transfer the copyrights to
Packit 087db9
Mark Overmeer (you will get the honors in the code and/or ChangeLog).
Packit 087db9
You also automatically agree that your contribution is released under
Packit 087db9
the same license as this project: licensed as perl itself.
Packit 087db9
Packit 087db9
## Copyright and License
Packit 087db9
Packit 087db9
This project is free software; you can redistribute it and/or modify it
Packit 087db9
under the same terms as Perl itself.
Packit 087db9
See <http://dev.perl.org/licenses/>