summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Checksums.pm
AgeCommit message (Expand)AuthorFilesLines
2016-10-30Dpkg::Checksums: Mention that add_from_file is used to verify digests tooGuillem Jover1-3/+3
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-4/+0
2016-07-03Dpkg: Use warnings::warnif() instead of carp() for deprecated warningsGuillem Jover1-3/+6
2016-04-01Dpkg::Checksums: Add strong digest marking supportGuillem Jover1-3/+30
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-1/+1
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-3/+3
2015-05-18scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titlesGuillem Jover1-1/+1
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-4/+6
2015-01-28Dpkg::Checksums: Switch from using programs to Digest modulesGuillem Jover1-26/+32
2015-01-28scripts: Remove unused «use Dpkg»Guillem Jover1-1/+0
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-3/+4
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-7/+7
2014-10-12scripts: Remove EXPORTED from POD section titlesGuillem Jover1-1/+1
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-10-06perl: Do not use the topic variable unnecessarilyGuillem Jover1-1/+1
2014-08-09scripts: Use //= instead of explicit defined or exists checksGuillem Jover1-2/+2
2014-01-15Dpkg::Checksums: Allow updating checksums without erroring outGuillem Jover1-10/+24
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-1/+1
2013-09-19Decapitalize error and warning messagesGuillem Jover1-4/+4
2013-06-22scripts: Do not inherit from Exporter just import its importGuillem Jover1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-12/+12
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-5/+5
2013-04-30Do not quote simple identifier hash keys in initializationsGuillem Jover1-10/+10
2013-04-29scripts: Do not use sort directly on the return keywordGuillem Jover1-1/+2
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-0/+2
2010-02-25Dpkg::Checksums: rewrite to provide an object-oriented APIRaphaël Hertzog1-64/+320
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+2
2009-11-08Add missing license headersGuillem Jover1-0/+13
2009-11-06Dpkg::Control::Hash: handle arbitrary field valuesRaphaël Hertzog1-1/+1
2008-12-09Dpkg::ErrorHandling: Replace failure calls with error or syserrGuillem Jover1-1/+1
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-2/+1
2008-02-12Dpkg::Checksums: New module for checksum handling in .dsc and .changes filesFrank Lichtenheld1-0/+105