Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhthorsen/app-podify

Add POD to your modules
https://github.com/jhthorsen/app-podify

Last synced: 27 days ago
JSON representation

Add POD to your modules

Awesome Lists containing this project

README

        

NAME
App::podify - Add POD to your modules

VERSION
0.03

SYNOPSIS
# Print processed module to STDOUT
$ podify lib/My/Module.pm

# Replace module
$ podify -i lib/My/Module.pm

# Process all files in the lib/ directory
$ podify -i lib/

# Process all files in the lib/ directory recursively
$ podify -r -i lib/

DESCRIPTION
App::podify is an application which can help you document your module.

COPYRIGHT AND LICENSE
Copyright (C) 2014, Jan Henning Thorsen

This program is free software, you can redistribute it and/or modify it
under the terms of the Artistic License version 2.0.

AUTHOR
Jan Henning Thorsen - "[email protected]"