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;