App-CommentToPod
view release on metacpan or search on metacpan
```bash
# expect distzilla to be installed
PERL5LIB=lib dzil test
PERL5LIB=lib dzil build
cpanm comment2pod-0.00*.tar.gz
```
## Example
Concider the following file
```perl
# Hello::Printer provide some utils
# foo
package Hello::Printer;
use strict;
use warnings;
# hello() prints hello
sub hello {
( run in 0.325 second using v1.01-cache-2.11-cpan-de7293f3b23 )