summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Compression
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Dpkg: Say class instead of object when appropriateGuillem Jover1-9/+9
2017-09-24Dpkg::Compression::FileHandle: Only load POSIX if we need signal handlingGuillem Jover1-2/+3
2017-05-20test: Enable perlcritic Miscellanea::ProhibitTiesGuillem Jover1-1/+1
2016-10-30Dpkg::Compression::FileHandle: Inherit from IO::File instead of FileHandleGuillem Jover1-3/+3
2016-07-31Dpkg: Rename various private methods and functionsGuillem Jover1-8/+8
2016-07-03Dpkg::Compression::FileHandle: Fix example code in SYNOPSISGuillem Jover1-3/+5
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover2-8/+0
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover2-6/+6
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover2-3/+3
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-3/+3
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover2-5/+5
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover2-5/+5
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover2-0/+10
2014-10-06scripts: Unpack arguments just onceGuillem Jover1-4/+6
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-3/+3
2014-08-09Dpkg::Compression::FileHandle: Add %opts to ensure_open() memberGuillem Jover1-10/+23
2014-08-09scripts: Use // instead of || where appropriateGuillem Jover1-1/+1
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover1-1/+1
2014-01-15Dpkg::Compression::FileHandle: Use croak instead of error on programming errorsGuillem Jover1-2/+8
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover2-2/+2
2013-12-04scripts: Use croak instead of internerr on programming errors in modulesGuillem Jover2-8/+14
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-4/+4
2013-11-24Dpkg::Compression: Add new compression_get_file_extension_regex() functionGuillem Jover1-1/+2
2013-08-11Dpkg::Compression::FileHandle: Fix typo in POD stringGuillem Jover1-1/+1
2013-06-22scripts: Inherit from parent instead of baseGuillem Jover1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover2-44/+44
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover2-76/+76
2013-04-27Dpkg::Compression::FileHandle: Import POSIX tags instead of explicit symbolsGuillem Jover1-1/+1
2013-04-27Dpkg::Compression::FileHandle: Handle new EOF method paramaterGuillem Jover1-1/+3
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-2/+2
2010-02-26Update POD documentation to indicate that it's using UTF-8 encodingRaphaël Hertzog2-1/+5
2010-02-25libdpkg-perl: Make comp_prog and decomp_prog %COMP properties arraysGuillem Jover1-2/+2
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog2-0/+4
2010-02-20Dpkg::Compression::FileHandle: fix behaviour when the file is not openRaphaël Hertzog1-6/+15
2010-02-19libdpkg-perl: Rename Dpkg::IPC::fork_and_exec() to Dpkg::IPC::spawn()Guillem Jover1-4/+4
2010-01-22Dpkg::Compression::Process: add POD documentationRaphaël Hertzog1-4/+92
2010-01-22Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::CompressorRaphaël Hertzog2-24/+24
2010-01-22Move handling of default compression method/level to Dpkg::CompressionRaphaël Hertzog1-21/+3
2010-01-22Dpkg::Compression: new API based on public functionsRaphaël Hertzog2-7/+8
2010-01-22Dpkg::Compression::CompressedFile: update APIRaphaël Hertzog1-38/+319
2010-01-22Rename Dpkg::Source::CompressedFile into Dpkg::Compression::CompressedFileRaphaël Hertzog1-0/+149
2010-01-22Rename Dpkg::Source::Compressor into Dpkg::Compression::CompressorRaphaël Hertzog1-0/+131