s/Moose/Moo/ for Pod::Inherit skippage
[dbsrgits/DBIx-Class.git] / .travis.yml
index bb651c0..b070894 100644 (file)
@@ -186,6 +186,14 @@ matrix:
         - POISON_ENV=true
         - BREWVER=5.8.1
 
+    # 5.8.3 with blead CPAN
+    - perl: devcpan_5.8.3_mb
+      env:
+        - CLEANTEST=false
+        - DEVREL_DEPS=true
+        - BREWVER=5.8.3
+        - BREWOPTS="-Dusemorebits"
+
     # 5.8.7 threaded with blead CPAN with non-tracing poisoning
     - perl: devcpan_5.8.7_thr
       env:
@@ -226,6 +234,13 @@ matrix:
         - BREWVER=blead
         - BREWOPTS="-Duseithreads -Dusemorebits"
 
+    # CLEANTEST of http://schplog.schmorp.de/2015-06-06-a-stable-perl.html with non-tracing poisoning
+    - perl: schmorp_stableperl_thr_mb
+      env:
+        - CLEANTEST=true
+        - POISON_ENV=true
+        - BREWVER=schmorp_stableperl
+        - BREWOPTS="-Duseithreads -Dusemorebits"
 
   # which ones of the above can fail
   allow_failures:
@@ -233,11 +248,13 @@ matrix:
     # these run with various dev snapshots - allowed to fail
     - perl: devcpan_5.8.1_thr_mb
     - perl: devcpan_5.8.1
+    - perl: devcpan_5.8.3_mb
     - perl: devcpan_5.8.7_thr
     - perl: devcpan_5.10.0_thr_mb
     - perl: devcpan_5.12.1_thr
     - perl: bleadperl
     - perl: devcpan_bleadperl_thr_mb
+    - perl: schmorp_stableperl_thr_mb
 
 
 ###