openwrt / openwrt/packages

perl: perlmod.mk does not support perl modules with newer Build.PL and no Makefile.PL

Open
#15,548 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

stale
Dominant language
Makefile
Stars
4.6k
Forks
4k
Avg merge
3d 12h
Merged PRs (30d)
134

Description

PKG_MAINTAINER:=Marcel Denia naoir@gmx.net,
Philip Prindeville philipp@redfish-solutions.com

Description:

Perl modules posted to CPAN are moving from the older Makefile.PL method to the newer module build method using Build.PL. These modules are difficult to port over to Openwrt because perlmod.mk file included in the perl package only supports the older Makefile.PL method of building.

Wondering if/when Build.PL might be supported?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the perlmod.mk file included in the perl package and compare its existing Makefile.PL flow with the Build.PL-based module workflow described in the issue. Determine the build steps needed for Perl modules that have Build.PL but no Makefile.PL; done means those CPAN modules can be ported and built through perlmod.mk.

Written by the indexing model from the issue text.

Assessment

Tech stack
perl
Domain
build-system
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.