App-perlbrew icon indicating copy to clipboard operation
App-perlbrew copied to clipboard

Loose strictness check of archive name

Open XSven opened this issue 3 years ago • 0 comments

Due to the issue

MakeMaker t/03-xsstatic.t test failures on AIX 5.3

we have patched the sources of perl-5.32.1 and uploaded them to our Nexus with the following coordinates

<groupId>com.kn.ib</groupId>
<artifactId>perl</artifactId>
<version>5.32.1</version>
<classifier>sources</classifier>
<type>tgz</type>

The archive name of the download url refers to perl-5.32.1-sources.tgz. This leads to the issue

The archive name should look like perl-5.x.y.tar.gz or perl-5.x.y.tar.bz2 or perl-5.x.y.tar.xz

Are you willing to loose the strictness check of the archive name: Allow the packaging type tgz and allow dash-separated classifier extensions like for example sources to the version number.

XSven avatar Mar 08 '21 14:03 XSven