CPANPLUS-Dist-Debora

 view release on metacpan or  search on metacpan

lib/CPANPLUS/Dist/Debora/Pod.pm  view on Meta::CPAN


If the Pod document contains the section below, "Hoo::Boy::Wowza - Stuff wow
yeah!" will be returned.

  =head1 NAME

  Hoo::Boy::Wowza - Stuff wow yeah!

=head2 summary

  my $summary = $pod->summary;

Returns the Pod document's one-line description or the undefined value.

If the Pod document contains the section below, "Stuff wow yeah!" will be
returned.

  =head1 NAME

  Hoo::Boy::Wowza - Stuff wow yeah!

=head2 description

  my $description = $pod->description;

Returns the first paragraphs of the Pod document's description or the
undefined value.

=head2 copyrights

  for my $copyright (@{$pod->copyrights}) {
      my $year   = $copyright->{year};
      my $holder = $copyright->{holder};
  }

Returns the copyright years and holders.

=head2 section

  my $pod_text = $pod->section($level, $title);

Searches for a section with the specified title on the specified level.

=head1 DIAGNOSTICS

None.

=head1 CONFIGURATION AND ENVIRONMENT

None.

=head1 DEPENDENCIES

Requires the modules L<Pod::Simple> and L<Pod::Simple::Search>, which are
distributed with Perl.

=head1 INCOMPATIBILITIES

None.

=head1 BUGS AND LIMITATIONS

None known.

=head1 AUTHOR

Andreas Vögele E<lt>voegelas@cpan.orgE<gt>

=head1 LICENSE AND COPYRIGHT

Copyright (C) 2025 Andreas Vögele

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

=cut



( run in 1.638 second using v1.01-cache-2.11-cpan-39bf76dae61 )