Openbsd-Intro

OpenBSD::Intro(3p) Perl Programmers Reference Guide OpenBSD::Intro(3p)

Openbsd-Intro

OpenBSD::Intro(3p) Perl Programmers Reference Guide OpenBSD::Intro(3p) # OpenBSD::Intro(3p) Perl Programmers Reference Guide OpenBSD::Intro(3p) NNAAMMEE # OpenBSD::Intro - Introduction to the pkg tools internals SSYYNNOOPPSSIISS # use OpenBSD::PackingList; ... DDEESSCCRRIIPPTTIIOONN # Note that the "OpenBSD::" namespace of perl modules is not limited to package tools, but also includes ppkkgg--ccoonnffiigg(1) support modules. This document only covers package tools material. The design of the package tools revolves around a few central ideas: Design modules that manipulate some notions in a consistent way, so that they can be used by the package tools proper, but also with a high-level API that's useful for anything that needs to manipulate packages. ...