in reply to Parse::MediaWikiDump segmentation fault

The documentation says that Parse::MediaWikiDump is being retired and to start using MediaWiki::DumpFile and/or MediaWiki::DumpFile::Compat immediately.

This software is being RETIRED - MediaWiki::DumpFile is the official successor to Parse::MediaWikiDump and includes a compatibility library called MediaWiki::DumpFile::Compat that is 100% API compatible and is a near perfect standin for this module. It is faster in all instances where it counts and is actively maintained. Any undocumented deviation of MediaWiki::DumpFile::Compat from Parse::MediaWikiDump is considered a bug and will be fixed.

  • Comment on Re: Parse::MediaWikiDump segmentation fault

Replies are listed 'Best First'.
Re^2: Parse::MediaWikiDump segmentation fault
by mksaad (Initiate) on Jan 03, 2012 at 14:56 UTC
    Thanks, I am trying to install the successor package but I could not. I used the following command to install Parse::MediaWikiDump
    # sudo apt-get install libparse-mediawikidump-perl
    What is the package name for successor software?. Thanks.