NAME
Maven::Xml::Metadata - Maven Metadata element
VERSION
version 1.15
SYNOPSIS
use Maven::Xml::Metadata;
my $metadata = Maven::Xml::Metadata->new( file => '/path/to/maven-metadata.xml' );
DESCRIPTION
Implements a parser for http://maven.apache.org/ref/3.2.1/maven-repository-metadata/repository-metadata.html
AUTHOR
Lucas Theisen <lucastheisen@pastdev.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Lucas Theisen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
SEE ALSO
Please see those modules/websites for more information related to this module.