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

Dpkg::Control::HashCore::Tie - ties a Dpkg::Control::Hash object

Changes

Version0.xx This is a private module. 1.22.21 2025-07-14 Dpkg::Control::HashCore::Tie(3perl)

Description

This module provides a class that is used to tie a hash. It implements hash-like functions by normalizing the name of fields received in keys (using Dpkg::Control::Fields::field_capitalize()). It also stores the order in which fields have been added in order to be able to dump them in the same order. But the order information is stored in a parent object of type Dpkg::Control. Note: This is a private module, its API can change at any time.

Functions

Dpkg::Control::Hash->new($parent) Return a reference to a tied hash implementing storage of simple "field: value" mapping as used in many Debian-specific files.

Name

Dpkg::Control::HashCore::Tie - ties a Dpkg::Control::Hash object

See Also