Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Pod::Coverage::ExportOnly

Name Pod::Coverage::ExportOnly
Version
Located at /usr/local/share/perl5
File /usr/local/share/perl5/Pod/Coverage/ExportOnly.pm
Is Core No
Search CPAN for this module Pod::Coverage::ExportOnly
Documentation Pod::Coverage::ExportOnly
Module Details Pod::Coverage::ExportOnly

NAME

Pod::Coverage::ExportOnly - subclass of Pod::Coverage than only examines exported functions


SYNOPSIS

  # all in one invocation
  use Pod::Coverage::ExportOnly package => 'Fishy';
  # straight OO
  use Pod::Coverage::ExportOnly;
  my $pc = new Pod::Coverage::ExportOnly package => 'Pod::Coverage';
  print "We rock!" if $pc->coverage == 1;


DESCRIPTION

This module extends Pod::Coverage to only check things explicitly set up for export by the Exporter or UNIVERSAL::exports modules. If you want full documentation we suggest you check the the Pod::Coverage manpage documentation


SEE ALSO

the Pod::Coverage manpage, Exporter, the UNIVERSAL::exports manpage


AUTHORS

Copyright (c) 2001 Richard Clamp, Michael Stevens. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024