The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Youri::Package::RPM::Test - Fake rpm package implementation

DESCRIPTION

This is a fake Youri::Package implementation for rpm, intended for testing purposes.

CLASS METHODS

new(%args)

Creates and returns a new Youri::Package::RPM::Test object.

Specific parameters:

file $file

Path of file to use for creating this package.

tags $tags

Hahref of tag values

requires $requires

Arraryef of package relationships.

provides $provides

Arraryef of package relationships.

obsoletes $obsoletes

Arraryef of package relationships.

conflicts $conflicts

Arraryef of package relationships.

files $files

Arraryef of package files.

changes $changes

Arraryef of package changes.