From 52c0b0650a02aba9e98dee66580f360d5d1dddf6 Mon Sep 17 00:00:00 2001 From: Matthew Connelly Date: Sat, 14 Mar 2015 23:42:40 +0000 Subject: [PATCH] might as well see if travis-ci is cool? --- .travis.yml | 6 ++++++ lib/POE/Component/DirWatch/WithCaller.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..da985fd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: perl +perl: + - "5.20" + - "5.18" + - "5.16" + - "5.14" diff --git a/lib/POE/Component/DirWatch/WithCaller.pm b/lib/POE/Component/DirWatch/WithCaller.pm index e936fcc..95969d0 100644 --- a/lib/POE/Component/DirWatch/WithCaller.pm +++ b/lib/POE/Component/DirWatch/WithCaller.pm @@ -1,6 +1,6 @@ package POE::Component::DirWatch::WithCaller; -our $VERSION = "1.00"; +our $VERSION = "1.0"; use 5.006; use strict;