File tree Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 11* .pm linguist-language =Perl
22* .t linguist-language =Perl
33* .h linguist-language =C
4-
5-
4+ alienfile linguist-language =Perl
Original file line number Diff line number Diff line change @@ -19,13 +19,17 @@ jobs:
1919 cip :
2020 - tag : static
2121 install_type : default
22- - tag : " 5.37 "
22+ - tag : " 5.41 "
2323 install_type : share
24- - tag : " 5.36 "
24+ - tag : " 5.40 "
2525 install_type : share
26- - tag : " 5.36 "
26+ - tag : " 5.40 "
2727 install_type : share
2828 env : ALIEN_WASMTIME_VERSION=dev
29+ - tag : " 5.38"
30+ install_type : share
31+ - tag : " 5.36"
32+ install_type : share
2933 - tag : " 5.34"
3034 install_type : share
3135 - tag : " 5.32"
Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ Alien-wasmtime-*
22/.build /
33* .swp
44
5-
5+ /Alien-wasmtime- *
6+ /.build
7+ * .old
8+ * .orig
Original file line number Diff line number Diff line change 1+ {
2+ "pls.perlcritic.perlcriticrc" : " perlcriticrc" ,
3+ "pls.inc" : [
4+ " $ROOT_PATH/lib"
5+ ]
6+ }
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ name = Alien-wasmtime
22author = Graham Ollis <
[email protected] >
33license = Perl_5
44copyright_holder = Graham Ollis
5- copyright_year = 2020-2022
5+ copyright_year = 2020-2024
66version = 0.17
77
88; authordep Alien::Build::Plugin::Build::Copy
99
1010[AlienBuild]
1111
1212[@Author::Plicease]
13- :version = 2.69
13+ :version = 2.79
1414release_tests = 1
1515installer = Author::Plicease::MakeMaker
1616github_user = perlwasm
You can’t perform that action at this time.
0 commit comments