NAME
Debian::Snapshot::Binary - information on a binary package
VERSION
version 0.003
ATTRIBUTES
binary_version
Version of the binary package.
name
Name of the binary package.
package
A Debian::Snapshot::Package object for the associated source package.
binfiles
An arrayref of hashrefs with the following keys:
- architecture
-
Name of the architecture this package is for. Can be a string or a regular expression.
- hash
-
Hash of this file.
- file
-
A Debian::Snapshot::File object for this file.
METHODS
download(%params)
- architecture
-
(Required.) Name of the architecture to retrieve the .deb file for.
- archive_name
-
(Optional.) Name of the archive to retrieve the package from.
- directory
- filename
- overwrite
-
Passed to Debian::Snapshot::File->download.
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.