]> err.no Git - dpkg/commit
Copy code from controllib.pl and dpkg-gettext.pl to proper modules
authorFrank Lichtenheld <djpig@debian.org>
Sun, 8 Jul 2007 22:00:27 +0000 (22:00 +0000)
committerFrank Lichtenheld <djpig@debian.org>
Sun, 8 Jul 2007 22:00:27 +0000 (22:00 +0000)
commit0a276d596f9d7c32251b69ebc4edd41efcf2fd38
treedec39f6f226f4a8ffdca3b2279ee852d5c2d8bf0
parentb88af1c0ca635c3e3954067e95366b6080e5814f
Copy code from controllib.pl and dpkg-gettext.pl to proper modules

When trying to use proper perl modules together with stuff like
controllib.pl, all kind of "interesting" scoping issues arise.
Code that is already converted to modules should not use these
"old-style" modules. Create Dpkg::Gettext as a near verbatim copy
of dpkg-gettext.pl and a Dpkg::ErrorHandling as a container for some
error reporting functions from controllib.pl that are used by Raphael's
modules.

Note that this (at least Dpkg::ErrorHandling) should be only an interim
solution until a proper API gets defined.
scripts/Dpkg/ErrorHandling.pm [new file with mode: 0644]
scripts/Dpkg/Gettext.pm [new file with mode: 0644]
scripts/Dpkg/Makefile.am