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

version 3.000

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

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

Path to the source RPM of the module built with cpan2dist.
Path to the RPM of the module built with cpan2dist.
The name of the package created.

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.

Jerome Quelin <jquelin@gmail.com>

This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.