NAME
Debian::Snapshot::Package - information about a source package
VERSION
version 0.003
ATTRIBUTES
package
Name of the source package.
version
Version of the source package.
srcfiles
Arrayref containing Debian::Snapshot::File objects for the source files of this 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
.
download(%params)
Download the source package.
- archive_name
- overwrite
-
Passed to Debian::Snapshot::File->download.
- directory
-
(Required.) Downloaded source files will be stored in this directory.
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.