Age | Commit message (Collapse) | Author | Files | Lines |
|
Update all scripts and module to use Dpkg::Control instead
of parsecdata and Dpkg::Fields::Object.
|
|
The new object interface combines the old Dpkg::Fields::Object
and the old parsecdata funtion.
The new object can be used like a regular hash and yet it behaves
intelligently taking into account all the specifics of control
information. Fields are case-insensitive, the order in which they have
been read is kept for output stability.
The object uses operator overloading and an internal tied hash so that
it just does what you mean.
|
|
Update all scripts and modules to use the new module names.
|
|
Update all scripts and modules to use the new module names.
|