summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/ErrorHandling.pm
AgeCommit message (Expand)AuthorFilesLines
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-07-08Switch usage errors to not print entire --help outputGuillem Jover1-2/+3
2013-06-22scripts: Do not inherit from Exporter just import its importGuillem Jover1-1/+1
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-3/+3
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-11/+11
2011-06-25Dpkg::ErrorHandling::syntaxerr(): handle supplementary parameters like report()Raphaël Hertzog1-1/+3
2010-03-12libdpkg-perl: Demote some unstable modules to VERSION 0.01Guillem Jover1-1/+1
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+5
2009-11-08Add missing license headersGuillem Jover1-0/+13
2009-06-26libdpkg-perl: Move unknown() from Dpkg::ErrorHandling to Dpkg::FieldsGuillem Jover1-9/+1
2009-06-26Dpkg::ErrorHandling: Explicitly pass field argument to unknown()Guillem Jover1-4/+4
2009-06-15Dpkg::ErrorHandling: Support changing the file handle for info()Guillem Jover1-1/+5
2009-06-15Dpkg::ErrorHandling: Add new report_options()Guillem Jover1-3/+12
2009-06-15Dpkg::ErrorHandling: Remove unused warnerror() and $warnable_errorGuillem Jover1-12/+2
2008-12-09Dpkg::ErrorHandling: Replace failure calls with error or syserrGuillem Jover1-10/+5
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-3/+3
2008-03-18Allow inclusion of binary files outside of the debian subdirectoryRaphael Hertzog1-3/+8
2008-02-29Dpkg::Errorhandling: Add info functionFrank Lichtenheld1-1/+6
2008-01-01Merge branch 'parsechangelog' into controllib-removalRaphael Hertzog1-1/+2
2008-01-01Dpkg::ErrorHandling: New syntaxerr functionRaphael Hertzog1-1/+6
2007-12-06Merge branch 'master' into parsechangelogFrank Lichtenheld1-1/+4
2007-12-06Dpkg::ErrorHandling: export report functionFrank Lichtenheld1-1/+1
2007-12-04Dpkg::ErrorHandling::usageerr: Support format stringsFrank Lichtenheld1-1/+4
2007-10-18Dpkg::ErrorHandling: Add support for format stringsGuillem Jover1-21/+47
2007-10-11Switch perl programs to use the new Dpkg/ErrorHandling moduleGuillem Jover1-2/+15
2007-10-11Dpkg/ErrorHandling.pm: Use Dpkg module instead of defining $prognameGuillem Jover1-1/+1
2007-10-11Dpkg/ErrorHandling.pm: Set $warnable_error to 1 to match controllib.plGuillem Jover1-1/+1
2007-07-09Dpkg::ErrorHandling: Include Dpkg::GettextFrank Lichtenheld1-0/+2
2007-07-08Copy code from controllib.pl and dpkg-gettext.pl to proper modulesFrank Lichtenheld1-0/+48