Skip to content

Commit bda9254

Browse files
committed
Updating perl versions and meta-merge info
1 parent 80c5487 commit bda9254

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
perl ./Build distdir
5555
mv ./Alien-TALib-* ./build-dir
5656
- name: Upload artifact
57-
uses: actions/upload-artifact@v2
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: dist
6060
path: ./build-dir
@@ -74,7 +74,7 @@ jobs:
7474
fail-fast: false
7575
matrix:
7676
os: [ubuntu-latest]
77-
perl-version: ['5.10', '5.20', '5.30', '5.34']
77+
perl-version: ['5.16', '5.20', '5.30', '5.34']
7878
alien-install-type: [ 'share' ]
7979
include:
8080
# Windows strawberry | share

Build.PL

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,20 @@ my $build = Alien::Build::MB->new(
2727
'Test::Alien::Diag' => 0,
2828
},
2929
requires => {
30-
'perl' => '5.10.0',
30+
'perl' => '5.16.0',
3131
},
3232
meta_merge => {
3333
'meta-spec' => {
3434
version => 2
3535
},
3636
resources => {
37-
repository => "https://github.com/vikasnkumar/Alien-TALib",
38-
bugtracker => "https://github.com/vikasnkumar/Alien-TALib/issues",
37+
repository => {
38+
url => 'git://github.com/vikasnkumar/Alien-TALib',
39+
type => 'git',
40+
web => 'https://github.com/vikasnkumar/Alien-TALib',
41+
},
42+
x_IRC => 'irc://irc.perl.org/#pdl',
43+
bugtracker => { web => "https://github.com/vikasnkumar/Alien-TALib/issues" },
3944
},
4045
prereqs => {
4146
develop => {

0 commit comments

Comments
 (0)