summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Compression/FileHandle.pm
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 Jover1-4/+0
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-3/+3
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-2/+2
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-3/+3
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-3/+3
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-2/+2
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
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-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 Jover1-1/+1
2013-12-04scripts: Use croak instead of internerr on programming errors in modulesGuillem Jover1-6/+10
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 Jover1-34/+34
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-54/+54
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 Hertzog1-1/+3
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+2
2010-02-20Dpkg::Compression::FileHandle: fix behaviour when the file is not openRaphaël Hertzog1-6/+15
2010-01-22Rename Dpkg::Compression::CompressedFile and Dpkg::Compression::CompressorRaphaël Hertzog1-0/+431