Debian::PkgPerl::Bug
Retrieves bug information to be forwarded.
- Provided by: pkg-perl-tools (Version: 0.59)
- Report a bug
Retrieves bug information to be forwarded.
use Debian::PkgPerl::Bug;
my $msg = Debian::PkgPerl::Bug->new();
my %info = $msg->retrieve_bug_info();
Helper class that retrieves information related to the bug being forwarded upstream.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.