Browse Source

support policy

George S. Baugh 5 năm trước cách đây
mục cha
commit
b8b4a224ff
2 tập tin đã thay đổi với 12 bổ sung7 xóa
  1. 2 5
      .travis.yml
  2. 10 2
      README.md

+ 2 - 5
.travis.yml

@@ -1,15 +1,12 @@
 sudo: false
 language: perl
 perl:
+   - '5.30'
    - '5.28'
-   - '5.26'
-   - '5.24'
-   - '5.22'
-   - '5.20'
 matrix:
    fast_finish: true
    include:
-     - perl: '5.30'
+     - perl: '5.32'
        env: COVERAGE=1
 before_install:
    - git config --global user.name "TravisCI"

+ 10 - 2
README.md

@@ -18,7 +18,13 @@ See example.pl for usage examples.
 [pw]:https://github.com/microsoft/playwright
 [srd]:https://metacpan.org/pod/Selenium::Remote::Driver
 [xp]:http://expressjs.com/
-[xs]:https://metacpan.org/pod/Promise::XS
+
+# Supported Perls
+
+Everything newer than 5.28 is supported.
+
+Things should work on 5.20 or newer, but...
+Tests might fail due to Temp file weirdness with Test::MockFile.
 
 ## How2develop
 
@@ -27,10 +33,12 @@ I assume you know how to get cpanm.
 
 You might want to use distro packages for some of these:
 
+```
 sudo cpanm Dist::Zilla
 dzil authordeps --missing | sudo cpanm
 dzil listdeps --missing | sudo cpanm
+```
 
 Actually running stuff:
 
-perl -Ilib example.pl
+`perl -Ilib example.pl`