Contributed mock() method
Check random results not seen previously
Added tag libtest-module-runnable-perl-0.2.2 for changeset 28c2e5f2845b
Tested against old code and adjusted threshold
Fix name and copyright years in main module
Merged branch f/201710-maint at revision 5df81e6757ed into develop
Don't clobber runnable tests via command-line
Close branch f/201602-pod-check
Ensure random result is an integer
Added missing license
Merged default into stable
Raw and dirty changelog to refine for public consumption
Merged stable into rel/0 for release
Manually summarize the final changelog. Decide on 0.2.0 for next version number
Change random test logic
Potential fix for PoD missing a newline
Fix podchecker
Bump to 0.2.2
Reduce trial iterations when on users' systems
List::MoreUtils missing dependency reported by Slaven Rezic
Close branch f/201602-unique-random
Declare the Test::MockModule dependency
PoD syntax fix; =item without previous =over
Created branch to ensure PoD is sound
More name and copyright year fixes
FIXME::Tester -> Test::Module::Runnable in broken unit tests
Added tag libtest-module-runnable-perl-0.2.1 for changeset 4b13f2ee1611
Fix unmock() unit tests
Merge fixes from f/201710-cpan-reports
Contributed unit tests for the test suite mockery methods;
BUG: Missing use Data::Dumper within Test::Module::Runnable::Base
Fix release time
Merged rel/0 including 0.2.1 and 0.2.2 fixes into default
Fix user-visible iteration
Fix indentation of examples (PoD)
Fix t/version.t
Test that the random domain is always a positive integer
License reformat (no content change)
More name changes and start preparing next release changelog
Clarify confusing variable name
Fix $VERSION
Regression test for 9a12ff8bee11
Reverse test logic; so each iteration runs a fix bunch of tests
Create branch for bug fixes reported from CPAN
Reformat and add internal sanity check
Skip one of the random tests unless TEST_AUTHOR is defined
Implement unique random code
Bump to 0.2.1 and fix various changelogs
Added MANIFEST files
Merged table into develop
Mostly name and news, mostly
Fix t/mock.t testVerbose
Added tag libtest-module-runnable-perl-0.2.0 for changeset c9b6821d89a3
Merged in f/201602-pod-check (pull request #2)
Merged 0.2.0 into default
Check lib/Test/Module/Runnable.pm with podchecker
use Moose automagically switches on strict and warnings.
Remove tester_ redundant prefix (tests only)
Added contributed code - unmock()
Big refactor into Base and used defined methods
Fix more PoD and don't use can() on methods we plan to provide in future Runner.
Added libreadonly-perl to debian/control
Added .hgignore
Fix mockNonExistentMethod tests
Added Readonly to BUILD_REQUIRES
Added tag libtest-module-runnable-perl-0.2.3 for changeset 21bc48e7b540
Mockery contributed by agreement from private fork
Fix copyright notices
Branch for maintenance -- preparing for next release
Merged stable into develop
Merged rel/0 into default
Write experimental sequence test
Merged in f/201602-unique-random (pull request #1)
Merged default into stable
Merged fixes from develop
Merge develop into stable
Sack off self-inclusion in test
Additional mockCallsWithObject(), clearMocks() and helpers.
Bump version to 0.2.3
Added Test::Module::Runnable
Fix issue where not was directly tested against a blank string. (Unit tests only).
Merged branch develop at revision 6c9bc8c58244 into stable
Merged branch stable at revision 0da0e96e7155 into rel/0
Ostensibly, fixes for testMockCallsWithObject
Fix t/mock.t testCode
Bump $VERSION to 0.3.0
Fix testBadReturn
Fix testCodeReturn
Dependencies; Might not be exhaustive?
Fixed testArrayMixed
Show that real method (appender in lieu of logger) is called when clearMocks() has been called
Fixed testArray
Test::Output
Resolve problem of dummy and Dummy2 by merging them both together
Fix testDie
Added missing legal notices
Fix testMultipleFunctions
Mostly fix test() but not properly
Added missing contributed code; __mockCalls
Close branch f/201710-contrib-mockery