Your message dated Fri, 04 Apr 2008 13:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469958: fixed in libxml-sax-perl 0.16+dfsg-3
has caused the Debian Bug report #469958,
regarding libxml-sax-perl: broken link in the documentation
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
469958: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469958
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libxml-sax-perl
Version: 0.16+dfsg-2
Severity: normal

The end of README.Debian states:

 If it's too late and you already have another version of XML::SAX in
 /usr/local shadowing the Debian one, a simple way to uninstalling it is
 given in the CPAN FAQ:

 http://www.cpan.org/misc/cpan-faq.html#How_delete_Perl_modules

but surprisingly the information has been removed recently from the FAQ.

I'm quoting the old entry here I found with some googling so I don't have
to do it again.  This should go straight into README.Debian instead of
the link.

  How do I remove installed Perl modules?
   By using the ExtUtils::Installed and ExtUtils::Packlist modules that
   come with Perl as in the example below. There is also a more elaborate
   example in the ExtUtils::Packlist man page.
  
  #!/usr/local/bin/perl -w
  use ExtUtils::Packlist;
  use ExtUtils::Installed;
  $ARGV[0] or die "Usage: $0 Module::Name\n";
  my $mod = $ARGV[0];
  my $inst = ExtUtils::Installed->new();
  foreach my $item (sort($inst->files($mod))) {
      print "removing $item\n";
      unlink $item;
  }
  my $packfile = $inst->packlist($mod)->packlist_file();
  print "removing $packfile\n";
  unlink $packfile;
  
  
Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]



--- End Message ---
--- Begin Message ---
Source: libxml-sax-perl
Source-Version: 0.16+dfsg-3

We believe that the bug you reported is fixed in the latest version of
libxml-sax-perl, which is due to be installed in the Debian FTP archive:

libxml-sax-perl_0.16+dfsg-3.diff.gz
  to pool/main/libx/libxml-sax-perl/libxml-sax-perl_0.16+dfsg-3.diff.gz
libxml-sax-perl_0.16+dfsg-3.dsc
  to pool/main/libx/libxml-sax-perl/libxml-sax-perl_0.16+dfsg-3.dsc
libxml-sax-perl_0.16+dfsg-3_all.deb
  to pool/main/libx/libxml-sax-perl/libxml-sax-perl_0.16+dfsg-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niko Tyni <[EMAIL PROTECTED]> (supplier of updated libxml-sax-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 04 Apr 2008 16:00:12 +0300
Source: libxml-sax-perl
Binary: libxml-sax-perl
Architecture: source all
Version: 0.16+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group <[EMAIL PROTECTED]>
Changed-By: Niko Tyni <[EMAIL PROTECTED]>
Description: 
 libxml-sax-perl - Perl module for using and building Perl SAX2 XML processors
Closes: 469958
Changes: 
 libxml-sax-perl (0.16+dfsg-3) unstable; urgency=low
 .
   * README.Debian: replace a broken link to the CPAN FAQ entry about
     uninstalling CPAN modules with its intended content. (Closes: #469958)
Files: 
 6272b84b017fff531ecf8f04d4e8ad57 959 perl optional 
libxml-sax-perl_0.16+dfsg-3.dsc
 f9b5a6269b4cf08857ab60d345b00cb7 13768 perl optional 
libxml-sax-perl_0.16+dfsg-3.diff.gz
 3839ec2b55fb265ac530583840c642c6 84302 perl optional 
libxml-sax-perl_0.16+dfsg-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH9idDiyizGWoHLTkRAj2IAJoDW1fRdEXBY8pla9Q3UyyVSljkFQCgn9Y0
cKjGnexeXyzzZ747ehGhgLI=
=IoVh
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to