
AnnoCPAN::Dump - Read and write AnnoCPAN XML dumps

use AnnoCPAN::Dump;
my $file = 'note_dump.xml';
AnnoCPAN::Dump->write_dump($file);
AnnoCPAN::Dump->read_dump($file);

This module reads and writes AnnoCPAN XML dumps.

AnnoCPAN::DBI, AnnoCPAN::Update

Ivan Tubert-Brohman <itub@cpan.org>

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.