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

NAME

CPANPLUS::Dist::Debora::Package::Mageia - Create binary RPM packages

VERSION

version 0.012

SYNOPSIS

  use CPANPLUS::Dist::Debora::Package::Mageia;

  my $package =
      CPANPLUS::Dist::Debora::Package::Mageia->new(module => $module);

  my $ok = $package->create(verbose => 0|1);
  my $ok = $package->install(verbose => 0|1);

DESCRIPTION

This CPANPLUS::Dist::Debora::Package::RPM subclass creates binary RPM packages from Perl distributions on Mageia systems.

Mageia uses normalized package versions.

SUBROUTINES/METHODS

format_priority

  my $priority = CPANPLUS::Dist::Debora::Package::Mageia->format_priority;

Checks if the RPM package tools are available and if the system is Mageia.

DIAGNOSTICS

See CPANPLUS::Dist::Debora for diagnostics.

CONFIGURATION AND ENVIRONMENT

See CPANPLUS::Dist::Debora for supported files and environment variables.

DEPENDENCIES

See CPANPLUS::Dist::Debora::Package::RPM for dependencies.

INCOMPATIBILITIES

None.

BUGS AND LIMITATIONS

See CPANPLUS::Dist::Debora::Package::RPM for bugs and limitations.

AUTHOR

Andreas Vögele <voegelas@cpan.org>

LICENSE AND COPYRIGHT

Copyright (C) 2023 Andreas Vögele

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.