-
-
13 Jul 2010 21:07:52 UTC
- Distribution: Module-Install-RPM
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (183 / 226 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (8.74KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Jonathan Scott Duff
- Dependencies
- none
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Module::Install::RPM - require certain RPMs be installed
SYNOPSIS
use inc::Module::Install; name 'Your-Module'; all_from 'lib/Your/Module.pm'; requires_rpm 'gd'; requires_rpm 'httpd' => '2.2'; WriteAll;
DESCRIPTION
Provide a mechanism for a Perl module to require that certain RPMs are installed and that they optionally meet some minimum version requirements.
NOTE: This is only useful for Linux distributions that utilize the RedHat Package Manager to maintain package information.
BUGS
There is no check that the code is being executed on the appropriate operating system.
COPYRIGHT
Copyright 2010 Jonathan Scott Duff <duff@pobox.com>
This software is licensed under the same terms as Perl.
Module Install Instructions
To install Module::Install::RPM, copy and paste the appropriate command in to your terminal.
cpanm Module::Install::RPM
perl -MCPAN -e shell install Module::Install::RPM
For more information on module installation, please visit the detailed CPAN module installation guide.