NAME
AnnoCPAN::Dump - Read and write AnnoCPAN XML dumps
SYNOPSIS
use AnnoCPAN::Dump;
my $file = 'note_dump.xml';
AnnoCPAN::Dump->write_dump($file);
AnnoCPAN::Dump->read_dump($file);
DESCRIPTION
This module reads and writes AnnoCPAN XML dumps.
SEE ALSO
AnnoCPAN::DBI, AnnoCPAN::Update
AUTHOR
Ivan Tubert-Brohman <itub@cpan.org>
COPYRIGHT
Copyright (c) 2005 Ivan Tubert-Brohman. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.