Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 13, 2018
0 parents commit cab294d
Show file tree
Hide file tree
Showing 36 changed files with 5,401 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
@@ -0,0 +1,13 @@
.*
*~
!.gitignore
!.perltidyrc
!.travis.yml
/blib
/pm_to_blib
/Makefile
/Makefile.old
/MANIFEST*
!MANIFEST.SKIP
/META.*
/MYMETA.*
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
language: perl
perl:
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
env:
global:
- HARNESS_OPTIONS=j9
install:
- cpanm -n Test::Pod Test::Pod::Coverage
- cpanm -n --installdeps .
sudo: false
notifications:
email: false

0 comments on commit cab294d

Please sign in to comment.