File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff 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 => {
You can’t perform that action at this time.
0 commit comments