App::CPAN2Pkg::Worker::RPM - worker specialized in rpm distributions


App-CPAN2Pkg documentation  | view source Contained in the App-CPAN2Pkg distribution.

Index


NAME

Top

App::CPAN2Pkg::Worker::RPM - worker specialized in rpm distributions

VERSION

Top

version 2.111781

DESCRIPTION

Top

This class implements a worker specific to RPM-based distributions. It inherits from App::CPAN2Pkg::Worker.

CLASS ATTRIBUTES

Top

rpmlock

A lock (App::CPAN2Pkg::Lock object) to prevent more than one rpm installation at a time.

ATTRIBUTES

Top

srpm

Path to the source RPM of the module built with cpan2dist.

rpm

Path to the RPM of the module built with cpan2dist.

EVENTS

Top

get_rpm_lock

    get_rpm_lock( $event )

Try to get a hold on RPM lock. Fire $event if lock was grabbed successfully, otherwise wait 5 seconds before trying again.

AUTHOR

Top

Jerome Quelin <jquelin@gmail.com>

COPYRIGHT AND LICENSE

Top


App-CPAN2Pkg documentation  | view source Contained in the App-CPAN2Pkg distribution.