Skip to content

yappo/p5-Module-Install-ReadmePodFromPod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Module::Install::ReadmePodFromPod - A Module::Install extension to automatically convert POD to a README.pod

SYNOPSIS

# In Makefile.PL
use Module::Install::ReadmePodFromPod;
readme_pod_from 'lib/Some/Module.pm';

A README.pod file will be generated from the POD of the indicated module file.

DESCRIPTION

Module::Install::ReadmePodFromPod is a Module::Install extension that generates a README.pod file automatically from an indicated file containing POD, whenever the author runs Makefile.PL.

With github Since POD rendering support entered I want to place README.pod automatically.

takes many test codes and documents from Module::Install::ReadmeFromPod.

COMMANDS

This plugin adds the following Module::Install command:

readme_pod_from

Does nothing on the user-side. On the author-side it will generate a README.pod file using perldoc from the POD in the file passed as a parameter.

readme_pod_from 'lib/Some/Module.pm';

AUTHOR

Kazuhiro Osawa <yappo <at> shibuya <döt> pl>

SEE ALSO

Module::Install, Module::Install::ReadmeFromPod

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 41:

Non-ASCII character seen before =encoding in '<döt>'. Assuming UTF-8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages