Skip to content

Releases: geofffranks/test-mockmodule

v0.12

12 Jul 20:02
Compare
Choose a tag to compare

Improvements

  • Ali Zia added the noop() function to mocked modules, allowing you to easily override/mock
    out a list of functions that will just return 1, and do nothing else.

    Thanks Ali!

Various housekeeping updates

28 Oct 01:40
Compare
Choose a tag to compare

Various housekeeping, testing and minor fixes:

  • a9d8cdf - Remove executable bit on test scripts
  • 9807ac9 - Remove shebang line from test scripts
  • f1ef1e7 - Skip Travis-CI config file in MANIFEST
  • 301fb1f - Add coveralls code coverage info to Travis config
  • 0cc296f - Specify the minimum perl version
  • e8020a4 - Add warnings and strict pragmas to tests
  • 3346015 - Remove Subversion Id tags
  • 5bb20b8 - Avoid indirect object syntax in constructors
  • 9061810 - Add initial Travis-CI configuration file
  • 0f696e6 - Allow files with a leading dot to be seen by git
  • 9b2481d - Convert README to markdown
  • bc35246 - Mention cpanm as installation alternative
  • c177606 - Format README consistently and add punctuation.

This bulk release was brought to you by Paul Cochrane! Many thanks Paul!