summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Conf.pm
AgeCommit message (Expand)AuthorFilesLines
2017-01-23Dpkg: Call anonymous subs via -> operator instead of casting with &Guillem Jover1-2/+2
2016-10-30Dpkg::Conf: Document obsolete functionsGuillem Jover1-2/+7
2016-10-30Dpkg: Document the behavior for consecutive calls to parse() methodsGuillem Jover1-1/+4
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-4/+0
2016-07-03Dpkg::Conf: Add support for system and user config loadingGuillem Jover1-0/+58
2016-07-03Revert "Dpkg::Conf: Switch implementation to be hash based"Guillem Jover1-53/+25
2016-04-01Dpkg::Conf: Switch implementation to be hash basedGuillem Jover1-18/+70
2016-04-01man, scripts: Fix typos in documentationGuillem Jover1-1/+1
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-2/+2
2015-05-18scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titlesGuillem Jover1-1/+1
2015-05-18Dpkg::Conf: Improve filter functionGuillem Jover1-8/+5
2015-04-21scripts: Move each statement into its own lineGuillem Jover1-1/+2
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-1/+1
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-10-06perl: Use length instead of /^$/ to test for an empty stringGuillem Jover1-1/+2
2014-05-17Dpkg: Update and fix CHANGES POD sectionsGuillem Jover1-0/+6
2014-04-21scripts: Localize $_ in functions with while (<$fh>) style loopsGuillem Jover1-0/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-1/+1
2013-10-27doc: Write hyphen instead of dash when we mean the ‘-’ characterGuillem 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-4/+4
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-10/+10
2010-06-10Dpkg::Conf: add new filter methodRaphaël Hertzog1-1/+22
2010-02-26Update POD documentation to indicate that it's using UTF-8 encodingRaphaël Hertzog1-0/+2
2010-02-23Update Dpkg::Conf to use Dpkg::Interface::StorableRaphaël Hertzog1-16/+53
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+2
2009-11-17Dpkg::Conf: fix parsing of options with valuesRaphaël Hertzog1-1/+1
2009-11-17dpkg-source: parse only long options from debian/source/optionsRaphaël Hertzog1-0/+5
2009-11-09Dpkg::Conf: new module to parse options from a configuration fileRaphaël Hertzog1-0/+117