summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Version.pm
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Dpkg::Version: Remove deprecation warning from semantic change in bool overloadGuillem Jover1-7/+6
2018-07-24Dpkg::Version: Bump VERSION and improve semantic change descriptionGuillem Jover1-4/+12
2018-05-04Dpkg::Version: Fix bool overload behaviorGuillem Jover1-3/+17
2017-01-23libdpkg, Dpkg::Version: Do not allow empty epochs and revisionsGuillem Jover1-0/+10
2016-12-17libdpkg, Dpkg::Version: Reject empty upstream versionsGuillem Jover1-0/+5
2016-07-31Dpkg: Rename various private methods and functionsGuillem Jover1-3/+3
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-6/+0
2016-07-03scripts: Fix typos in PODGuillem Jover1-1/+1
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-5/+5
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-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-8/+18
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-2/+2
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-6/+6
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-10-06scripts: Unpack arguments instead of accessing @_ directlyGuillem Jover1-1/+3
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-2/+3
2013-07-18Dpkg::Version: Use the block form for the map functionGuillem Jover1-2/+2
2013-07-08Dpkg: Catch mismatches between version strings and format versionsBernhard R. Link1-0/+13
2013-07-08Dpkg: Move epoch-less or revision-less output logic to Dpkg::VersionGuillem Jover1-6/+31
2013-06-22scripts: Use F<> for pathnames in POD markupGuillem Jover1-1/+1
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-12/+12
2013-04-29scripts: Do not use "nested" functions as they are globalGuillem Jover1-14/+16
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-1/+1
2012-05-10libdpkg: Fold vercmp module into version moduleGuillem Jover1-1/+1
2011-12-21Dpkg::Version: small documentation fixRaphaël Hertzog1-3/+2
2011-04-03Dpkg::Version: update version_check to forbid versions starting with non digitsRaphaël Hertzog1-9/+16
2010-10-03Dpkg::Version: Handle versions without a version component like dpkg.James Vega1-1/+1
2010-07-16Use earlier/later instead of smaller/bigger for comparison relationshipsGuillem Jover1-6/+6
2010-04-30Dpkg::Version: fix boolean evaluation of the objectRaphaël Hertzog1-3/+11
2010-04-11Fix POD in several perl modules to avoid two consecutive lines starting with ...Raphaël Hertzog1-0/+1
2010-04-11Dpkg::Version: fix POD to avoid two consecutive lines starting with =itemAnsgar Burchardt1-2/+2
2010-02-26Update POD documentation to indicate that it's using UTF-8 encodingRaphaël Hertzog1-0/+2
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+2
2009-11-18Dpkg::Control::Fields, Dpkg::Version: avoid the "_" prototypeRaphaël Hertzog1-3/+3
2009-11-18Dpkg::Version: accept invalid versions by defaultRaphaël Hertzog1-8/+28
2009-11-08Unify format in license headersGuillem Jover1-3/+3
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-10-05Dpkg::Version: rename some functions and constantsRaphaël Hertzog1-30/+30
2009-10-04Dpkg::Version: drop the old API and implementationRaphaël Hertzog1-173/+0
2009-10-04Dpkg::Version: new implementation and new object interfaceRaphaël Hertzog1-11/+324
2009-06-26libdpkg-perl: Import Exporter with ‘use base’Guillem Jover1-2/+1
2009-05-10Fix POD errors detected by podchecker in perl modulesGuillem Jover1-0/+1
2009-03-29Simplify Dpkg::VersionFrank Lichtenheld1-11/+7
2009-03-15Dpkg::Version::check_version() should not die by defaultRaphael Hertzog1-6/+14