Perl Diver 2.33
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.

Devscripts::Debbugs

Name Devscripts::Debbugs
Version
Located at /usr/share/perl5
File /usr/share/perl5/Devscripts/Debbugs.pm
Is Core No
Search CPAN for this module Devscripts::Debbugs
Documentation Devscripts::Debbugs
Module Details Devscripts::Debbugs

OPTIONS

select [key:value ...]
Uses the SOAP interface to output a list of bugs which match the given selection requirements.

The following keys are allowed, and may be given multiple times.

package
Binary package name.

source
Source package name.

maintainer
E-mail address of the maintainer.

submitter
E-mail address of the submitter.

severity
Bug severity.

status
Status of the bug.

tag
Tags applied to the bug. If users is specified, may include usertags in addition to the standard tags.

owner
Bug's owner.

correspondent
Address of someone who sent mail to the log.

affects
Bugs which affect this package.

bugs
List of bugs to search within.

users
Users to use when looking up usertags.

archive
Whether to search archived bugs or normal bugs; defaults to 0 (i.e. only search normal bugs). As a special case, if archive is 'both', both archived and unarchived bugs are returned.

For example, to select the set of bugs submitted by jrandomdeveloper@example.com and tagged wontfix, one would use

select(``submitter:jrandomdeveloper@example.com'', ``tag:wontfix'')

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