NAME
Debian::Snapshot::Package - information about a source package
VERSION
version 0.001
ATTRIBUTES
package
Name of the source package.
version
Version of the source package.
METHODS
binaries
Returns an arrayref of Debian::Snapshot::Binary binary packages associated with this source package.
binary($name, $binary_version)
Returns a Debian::Snapshot::Binary object for the binary package $name
with the version $binary_version
.
SEE ALSO
AUTHOR
Ansgar Burchardt <ansgar@43-1.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Ansgar Burchardt <ansgar@43-1.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.