logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Debian::PkgPerl::Patch - Retrieves patch information to be forwarded.

Description

       Helper class that retrieves information related to the patch being forwarded upstream.

Name

       Debian::PkgPerl::Patch - Retrieves patch information to be forwarded.

Synopsis

           use Debian::PkgPerl::Patch;
           my $msg = Debian::PkgPerl::Patch->new();
           my %info = $msg->retrieve_patch_info();

See Also