-
-
23 Sep 2014 13:00:09 UTC
- Development release
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers
- Kwalitee
Bus factor: 3- License: artistic_2
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (39.77KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- CPAN::Changes
- CPAN::Meta
- ExtUtils::MakeMaker
- File::Slurp
- Getopt::Long::Descriptive
- Hash::Util
- IO
- Module::CoreList
- Moose
- MooseX::Object::Pluggable
- MooseX::Types::IO
- MooseX::Types::Path::Class
- Path::Class
- Pod::Simple
- Try::Tiny
- namespace::autoclean
- version
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version v1.0.0_01
- Incompatabilities
- Major rewrite, using modern Perl v5.10.1.
- This module is no longer a subclass of a POD parsing module. Instead, it is a simple POD filter.
- New Features
- Added support for plugins.
- Added a "changes" plugin for parsing Changes files.
- Added a "version" plugin for including the current version.
- Added a "requires" plugin for listing module requirements.
- The pod2readme script has been rewritten to take a variety of options, and can various formats, such as HTML, Markdown, POD or RTF.
- Documentation
- Changes rewritten to conform to CPAN::Changes::Spec.
- README is now in Markdown format.
- Other Changes
- Switched to semantic versioning.
- Added MANIFEST.SKIP to distribution.
- QA tests are no longer part of the distribution.
- Makefile.PL uses Module::Install.
Documentation
Generate a README file from PODModules
generate README files from PODplugin role for Pod::Readmeinclude latest Changes in READMEinclude requirements in READMEinclude version in READMEProvides
in lib/Pod/Readme/Filter.pmOther files
Module Install Instructions
To install Pod::Readme, copy and paste the appropriate command in to your terminal.
cpanm Pod::Readme
perl -MCPAN -e shell install Pod::Readme
For more information on module installation, please visit the detailed CPAN module installation guide.