gugod / App-perlbrew

Manage perl installations in your $HOME
https://perlbrew.pl
Other
720 stars 216 forks source link

Loose strictness check of archive name #714

Open XSven opened 3 years ago

XSven commented 3 years ago

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.