The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes 06
META.json 77
META.yml 1919
Makefile.PL 11
README 11
README.mkdn 15
lib/Test/Timer/TimeoutException.pm 22
lib/Test/Timer.pm 212
t/time_between.t 42
9 files changed (This is a version diff) 3755
@@ -5,6 +5,12 @@ Revision history for Test-Timer
 Project change log:
 http://logicLAB.jira.com/browse/TESTT#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel
 
+0.09 2014.08.29
+
+- Addressing issue #1, the occassional report on failing the rigid test of
+  test_between
+
+
 0.08 2014.02.22
 
 - Update not required
@@ -4,7 +4,7 @@
       "jonasbn <jonasbn@cpan.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4005, CPAN::Meta::Converter version 2.132830",
+   "generated_by" : "Module::Build version 0.4205",
    "license" : [
       "artistic_1"
    ],
@@ -42,11 +42,11 @@
    "provides" : {
       "Test::Timer" : {
          "file" : "lib/Test/Timer.pm",
-         "version" : "0.08"
+         "version" : "0.09"
       },
       "Test::Timer::TimeoutException" : {
          "file" : "lib/Test/Timer/TimeoutException.pm",
-         "version" : "0.08"
+         "version" : "0.09"
       }
    },
    "release_status" : "stable",
@@ -61,9 +61,9 @@
       "repository" : {
          "url" : "https://github.com/jonasbn/testt"
       },
-      "x_ProjectChangelog" : "http://logiclab.jira.com/browse/TESTT#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel",
-      "x_ProjectSite" : "http://logicLAB.jira.com/browse/TESTT",
-      "x_ProjectWiki" : "http://logiclab.jira.com/wiki/display/TESTT/Home"
+      "x_projectChangelog" : "http://logiclab.jira.com/browse/TESTT#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel",
+      "x_projectSite" : "http://logicLAB.jira.com/browse/TESTT",
+      "x_projectWiki" : "http://logiclab.jira.com/wiki/display/TESTT/Home"
    },
-   "version" : "0.08"
+   "version" : "0.09"
 }
@@ -3,40 +3,40 @@ abstract: 'a test module to test/assert response times'
 author:
   - 'jonasbn <jonasbn@cpan.org>'
 build_requires:
-  English: 0
-  File::Spec: 0
-  Test::Exception: 0
-  Test::More: 0
+  English: '0'
+  File::Spec: '0'
+  Test::Exception: '0'
+  Test::More: '0'
 configure_requires:
-  Module::Build: 0.4
+  Module::Build: '0.4'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4005, CPAN::Meta::Converter version 2.132830'
+generated_by: 'Module::Build version 0.4205, CPAN::Meta::Converter version 2.142060'
 license: artistic
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Test-Timer
 provides:
   Test::Timer:
     file: lib/Test/Timer.pm
-    version: 0.08
+    version: '0.09'
   Test::Timer::TimeoutException:
     file: lib/Test/Timer/TimeoutException.pm
-    version: 0.08
+    version: '0.09'
 requires:
-  Benchmark: 0
-  Carp: 0
-  Error: 0
-  Test::Builder: 0
-  Test::Builder::Module: 0
-  Test::Tester: 0
+  Benchmark: '0'
+  Carp: '0'
+  Error: '0'
+  Test::Builder: '0'
+  Test::Builder::Module: '0'
+  Test::Tester: '0'
   perl: v5.10.0
 resources:
-  ProjectChangelog: http://logiclab.jira.com/browse/TESTT#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel
-  ProjectSite: http://logicLAB.jira.com/browse/TESTT
-  ProjectWiki: http://logiclab.jira.com/wiki/display/TESTT/Home
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Timer
   homepage: http://logiclab.jira.com/wiki/display/TESTT/Home
   license: http://www.perlfoundation.org/artistic_license_1_0
+  projectChangelog: http://logiclab.jira.com/browse/TESTT#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel
+  projectSite: http://logicLAB.jira.com/browse/TESTT
+  projectWiki: http://logiclab.jira.com/wiki/display/TESTT/Home
   repository: https://github.com/jonasbn/testt
-version: 0.08
+version: '0.09'
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.4005
+# Note: this file was auto-generated by Module::Build::Compat version 0.4205
 require 5.010000;
 use ExtUtils::MakeMaker;
 WriteMakefile
@@ -2,7 +2,7 @@ NAME
     Test::Timer - a test module to test/assert response times
 
 VERSION
-    The documentation in this module describes version 0.08 of Test::Timer
+    The documentation in this module describes version 0.09 of Test::Timer
 
 SYNOPSIS
         use Test::Timer;
@@ -1,10 +1,14 @@
+[![CPAN version](https://badge.fury.io/pl/Test-Timer.svg)](http://badge.fury.io/pl/Test-Timer)
+[![Build Status](https://travis-ci.org/jonasbn/testt.svg?branch=master)](https://travis-ci.org/jonasbn/testt)
+[![Coverage Status](https://coveralls.io/repos/jonasbn/testt/badge.png)](https://coveralls.io/r/jonasbn/testt)
+
 # NAME
 
 Test::Timer - a test module to test/assert response times
 
 # VERSION
 
-The documentation in this module describes version 0.07 of Test::Timer
+The documentation in this module describes version 0.09 of Test::Timer
 
 # SYNOPSIS
 
@@ -9,7 +9,7 @@ use vars qw($VERSION);
 use base 'Error';
 use overload ( '""' => 'stringify' );
 
-$VERSION = '0.08';
+$VERSION = '0.09';
 
 sub new {
     my $self = shift;
@@ -35,7 +35,7 @@ Test::Timer::TimeoutException - exception class for Test::Timer
 
 =head1 VERSION
 
-This documentation describes 0.08 of Test::Timer::TimeoutException
+This documentation describes 0.09 of Test::Timer::TimeoutException
 
 =head1 SYNOPSIS
 
@@ -17,7 +17,7 @@ use Test::Timer::TimeoutException;
 
 @EXPORT = qw(time_ok time_nok time_atleast time_atmost time_between);
 
-$VERSION = '0.08';
+$VERSION = '0.09';
 
 my $test  = Test::Builder->new;
 our $alarm = 2; #default alarm
@@ -201,13 +201,23 @@ sub _timestring2time {
 
 __END__
 
+=pod
+
+=begin markdown
+
+[![CPAN version](https://badge.fury.io/pl/Test-Timer.svg)](http://badge.fury.io/pl/Test-Timer)
+[![Build Status](https://travis-ci.org/jonasbn/testt.svg?branch=master)](https://travis-ci.org/jonasbn/testt)
+[![Coverage Status](https://coveralls.io/repos/jonasbn/testt/badge.png)](https://coveralls.io/r/jonasbn/testt)
+
+=end markdown
+
 =head1 NAME
 
 Test::Timer - a test module to test/assert response times
 
 =head1 VERSION
 
-The documentation in this module describes version 0.08 of Test::Timer
+The documentation in this module describes version 0.09 of Test::Timer
 
 =head1 SYNOPSIS
 
@@ -1,11 +1,9 @@
 # $Id: time_between.t,v 1.3 2007-03-10 19:29:39 jonasbn Exp $
 
 use strict;
-use Test::More tests => 3;
+use Test::More tests => 2;
 
 BEGIN { use_ok('Test::Timer'); }
 
-time_between( sub { sleep(1); }, 0, 2, 'Passing test' );
-
-time_between( sub { sleep(5); }, 4, 6, 'Passing test' );
+time_between( sub { sleep(1); }, 0, 10, 'Returning between 1 and 10' );