[libtest-mockmodule-perl] branch master updated (f502953 -> 0ac9de0)

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat Oct 31 18:22:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libtest-mockmodule-perl.

      from  f502953   releasing package libtest-mockmodule-perl version 0.10-1
      adds  c68632e   Initial commit
      adds  28cce05   Added '.git' to MANIFEST.SKIP
      adds  ce1c16b   Ignore build files
      adds  c8e07fd   Use a captive ExampleModule instead of CGI, which will leave core eventually
      adds  b93fed8   Ignore Makefile
      adds  fbc2b81   Updated gitignore
      adds  c771223   Updated MANIFEST.SKIP
      adds  3f78b01   Migrated to Module::Build, Fixed License (RT76858)
      adds  c30c682   Testing updates to use fewer dependencies
      adds  d98cf1f   Update docs for clarity (RT16872)
      adds  1b6ef3a   Enhanced support for unmocking inherited subroutines (RT77439)
      adds  d2dcd12   Dropped silly perl 5.10.0 requirement
      adds  72579c8   Added example for working with objects
      adds  cfd101b   Updated examples for object oriented applications, per RT56813
      adds  a0105ee   Fixed whitespace, and REAMDE
      adds  7512db9   Build.PL: Use Module::Build >= 0.3624's more portable way of specifying GPL3
      adds  eb55af4   Merge pull request #1 from kentfredric/better_license
      adds  6dd5540   v0.09 with licensing enhancements/fixes
      adds  ecc5b94   Added docs for mocking with export
      adds  0f696e6   Allow files with a leading dot to be seen by git
      adds  9061810   Add initial Travis-CI configuration file
      adds  cc5515b   Merge pull request #4 from paultcochrane/pr/add-travis-config
      adds  5bb20b8   Avoid indirect object syntax in constructors
      adds  639857f   Merge pull request #5 from paultcochrane/pr/aviod-indirect-object-syntax
      adds  c177606   Format README consistently and add punctuation.
      adds  bc35246   Mention cpanm as installation alternative
      adds  9b2481d   Convert README to markdown
      adds  e730b05   Merge pull request #3 from paultcochrane/pr/readme-updates
      adds  cba9e97   Version bump for todays PRs
      adds  71ca6b5   Merge pull request #6 from geofffranks/version-bump
      adds  3346015   Remove Subversion Id tags
      adds  4879435   Merge pull request #7 from paultcochrane/pr/remove-svn-tags
      adds  0cc296f   Specify the minimum perl version
      adds  667ae4b   Merge pull request #10 from paultcochrane/pr/specify-min-perl-version
      adds  f1ef1e7   Skip Travis-CI config file in MANIFEST
      adds  e4ebc52   Merge pull request #12 from paultcochrane/pr/skip-travis-yml-in-manifest
      adds  301fb1f   Add coveralls code coverage info to Travis config
      adds  d70d88d   Merge pull request #11 from paultcochrane/pr/add-coveralls-config
      adds  9807ac9   Remove shebang line from test scripts
      adds  a9d8cdf   Remove executable bit on test scripts
      adds  8fffbd8   Merge pull request #9 from paultcochrane/pr/remove-exec-bit-from-tests
      adds  e8020a4   Add warnings and strict pragmas to tests
      adds  561fc9d   resolved merge conflict
      adds  2fc8f54   Imported Upstream version 0.11
       new  003c282   Merge tag 'upstream/0.11'
       new  f76c80f   Update debian/changelog
       new  0ac9de0   Releasing libtest-mockmodule-perl version 0.11-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL               |  1 +
 Changes                |  1 -
 MANIFEST               |  4 ++--
 MANIFEST.SKIP          |  2 ++
 META.json              | 10 ++++++----
 META.yml               |  8 +++++---
 README                 | 17 -----------------
 README.md              | 23 +++++++++++++++++++++++
 debian/changelog       |  7 +++++++
 lib/Test/MockModule.pm |  7 +++----
 t/inheritance.t        |  7 ++++---
 t/mockmodule.t         |  3 ++-
 t/pod.t                |  6 ++++--
 t/pod_coverage.t       |  6 ++++--
 14 files changed, 63 insertions(+), 39 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 mode change 100755 => 100644 t/mockmodule.t
 mode change 100755 => 100644 t/pod.t
 mode change 100755 => 100644 t/pod_coverage.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-mockmodule-perl.git



More information about the Pkg-perl-cvs-commits mailing list