Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-21 | Add $VERSION numbers to all perl modules | Raphaël Hertzog | 1 | -0/+2 | |
Modules whose API should be stable have a version 1.00. The modules with version 0.01 are expected to have further API changes in the (near) future or are deemed to be useful mostly for dpkg-dev's internal usage. | |||||
2010-02-19 | libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn() | Guillem Jover | 1 | -4/+4 | |
2010-01-22 | Dpkg::Compression::Process: add POD documentation | Raphaël Hertzog | 1 | -4/+92 | |
2010-01-22 | Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::Compressor | Raphaël Hertzog | 1 | -0/+113 | |
Dpkg::Compression::CompressedFile -> Dpkg::Compression::FileHandle Dpkg::Compression::Compressor -> Dpkg::Compression::Process The new names are more expressive and avoid repeating "Compress". Update all scripts and modules to use the new name. |