NAME

Parse::Fedora::Packages - Parse Fedora package information

SYNOPSIS

use Fedora;
my $f = Fedora->new;
$f->parse_primary("primary.xml");

my @all = $p->list_packages();

print $all[0]->{name};
print $all[0]->{version};

WARNING

This is an alpha relese, The API will change.

TODO

Provide parse_primary_gz("primary.xml.gz");

AUTHOR

Gabor Szabo <gabor@pti.co.il>

COPYRIGHT

Copyright (C) 2007 Gabor Szabo <gabor@pti.co.il>. All Rights Reserverd.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Parse::Debian::Packages, Module::Packaged, Module::Packaged::Report