might as well see if travis-ci is cool?
This commit is contained in:
parent
98da3f1345
commit
52c0b0650a
|
@ -0,0 +1,6 @@
|
||||||
|
language: perl
|
||||||
|
perl:
|
||||||
|
- "5.20"
|
||||||
|
- "5.18"
|
||||||
|
- "5.16"
|
||||||
|
- "5.14"
|
|
@ -1,6 +1,6 @@
|
||||||
package POE::Component::DirWatch::WithCaller;
|
package POE::Component::DirWatch::WithCaller;
|
||||||
|
|
||||||
our $VERSION = "1.00";
|
our $VERSION = "1.0";
|
||||||
|
|
||||||
use 5.006;
|
use 5.006;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
Loading…
Reference in New Issue