might as well see if travis-ci is cool?

This commit is contained in:
Matthew Connelly 2015-03-14 23:42:40 +00:00
parent 98da3f1345
commit 52c0b0650a
2 changed files with 7 additions and 1 deletions

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: perl
perl:
- "5.20"
- "5.18"
- "5.16"
- "5.14"

View File

@ -1,6 +1,6 @@
package POE::Component::DirWatch::WithCaller;
our $VERSION = "1.00";
our $VERSION = "1.0";
use 5.006;
use strict;