[Po4a-commits] "po-debconf podebconf-report-po,1.60,1.61"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sun Oct 26 15:54:53 UTC 2008


Update of /cvsroot/po4a/po-debconf
In directory alioth:/tmp/cvs-serv8795

Modified Files:
	podebconf-report-po 
Log Message:
  [ podebconf-report-po ]
  * Apply patches from 1.0.15ubuntu1
    - Fix opportunistic import of Mail::Box::Manager, to avoid crashing with
      an import error if libmail-box-perl is not installed.  Now it actually
      shows the "Please install libmail-box-perl" message, as the code intends
      to. Thanks to Colin Watson for suggesting this fix!
    - Drop libmail-box-perl to Suggests:. It is not needed for most users of
      po-debconf, drags in lots of more packages, and with above fix the
      failure mode of podebconf-report-po is adequate.
    - Closes: #503086


Index: podebconf-report-po
===================================================================
RCS file: /cvsroot/po4a/po-debconf/podebconf-report-po,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- podebconf-report-po	20 May 2008 21:43:15 -0000	1.60
+++ podebconf-report-po	26 Oct 2008 15:54:51 -0000	1.61
@@ -1141,7 +1141,7 @@
 sub Postpone {
 	my $mail = shift;
 	if (eval { require Mail::Box::Manager }) {
-		use Mail::Box::Manager;
+		import Mail::Box::Manager;
 		my $mgr = new Mail::Box::Manager;
 
 		my $folder = $mgr->open(folder => $MBOX, access => 'a');




More information about the Po4a-commits mailing list