summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Version.pm
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-27Dpkg::Version fix and test-suite adjustmentRaphael Hertzog1-4/+7
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-1/+1
2008-11-18Merge branch 'lenny' (through tag '1.14.23')Guillem Jover1-3/+3
2008-11-07Fix Dpkg::Version comparison code. Closes: #504135Raphael Hertzog1-3/+3
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-3/+3
2008-02-13Dpkg::Version: Import Dpkg::GettextRaphael Hertzog1-0/+1
2008-01-18dpkg-genchanges: Enhance logic to decide if we include the original tarballRaphael Hertzog1-1/+1
2008-01-02Dpkg::Version: Import missing error function from Dpkg::ErrorHandlingRaphael Hertzog1-0/+2
2008-01-01Dpkg::Version: Add check_version to replace controllib's checkversionRaphael Hertzog1-1/+12
2007-10-15Dpkg::Version: fix compare_versions to handle properly the ">=" caseRaphael Hertzog1-2/+2
2007-10-14Dpkg::Version: mark compare_versions as exportableRaphael Hertzog1-1/+1
2007-09-22Dpkg::Version: Add new function compare_versionsFrank Lichtenheld1-0/+30
2007-07-08Use a pure-perl implementation of version comparisonFrank Lichtenheld1-8/+166
2007-07-08Rename and Reorder modules directoryFrank Lichtenheld1-0/+17