Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jhthorsen/app-podify
- Owner: jhthorsen
- Created: 2016-02-05T10:26:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T13:26:25.000Z (over 8 years ago)
- Last Synced: 2024-10-16T11:58:30.207Z (3 months ago)
- Language: Perl
- Size: 13.7 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
NAME
App::podify - Add POD to your modulesVERSION
0.03SYNOPSIS
# 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 ThorsenThis 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]"