Skip to content

Commit

Permalink
improve POD syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Apr 29, 2014
1 parent 472c633 commit b3a1214
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/MetaCPAN/Client/File.pm
Expand Up @@ -108,9 +108,11 @@ __END__
=head2 pod
my $pod = $module->pod(); # default = html
my $pod = $module->pod(); # default = plain
my $pod = $module->pod($type);
Returns the POD content for the module/file.
takes a type as argument.
supported types: 'plain', 'html', 'x-pod', 'x-markdown'
Takes a type as argument.
Supported types: B<plain>, B<html>, B<x-pod>, B<x-markdown>.

0 comments on commit b3a1214

Please sign in to comment.