[libmouse-perl] branch master updated (48de25d -> 177ab8c)
gregor herrmann
gregoa at debian.org
Sun Oct 18 17:05:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libmouse-perl.
from 48de25d releasing package libmouse-perl version 2.4.2-1
adds 2784abe [PATCH] Skip t/900_mouse_bugs/018_issue41.t before perl 5.10
adds b083df9 Fix style
adds 43c7dd9 Merge pull request #47 from gfx/fix-for-5.8
adds 40f345f Fix thread issue for Perl 5.22.0 or higher
adds 43bd480 Fix test code
adds e674baa Merge pull request #50 from gfx/fix-thread-issue
adds 8b2f0e4 update for minila
adds eba9d4f [PATCH] Fix a typo in a warning message, as of issue #44.
adds efbe905 [PATCH] Change version strings to use 'v'. Add a test to check that such modules use a 'v' version string, as from ticket #32.
adds 88f41a3 update META.json
adds 0971079 Update version check test
adds 38d6dd7 Merge pull request #52 from gfx/release
adds 53e5cc1 Bump up version
adds 76067bb Checking in changes prior to tagging of version v2.4.3.
adds 6967a93 Specify context argument
adds e06c7fd Merge pull request #53 from gfx/fix-for-older-perls
adds 7895c5e Checking in changes prior to tagging of version v2.4.4.
adds 60f182b Fix for older perls which enables usethreads
adds c7b623b Merge pull request #54 from gfx/fix-for-older-perls
adds 8bad16d Checking in changes prior to tagging of version v2.4.5.
adds 6ca2a8a Imported Upstream version 2.4.5
new a277233 Merge tag 'upstream/2.4.5'
new a867a59 Update debian/changelog
new d3b8ca6 Rename autopkgtest configuration file.
new 177ab8c releasing package libmouse-perl version 2.4.5-1
The 4 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:
Changes | 9 +++++++++
MANIFEST | 1 +
META.json | 23 +++++++++++-----------
META.yml | 21 ++++++++++----------
README.md | 9 ++++-----
cpanfile | 2 +-
debian/changelog | 7 +++++++
debian/tests/pkg-perl/{skip-syntax => syntax-skip} | 0
lib/Mouse.pm | 4 ++--
lib/Mouse/Exporter.pm | 2 +-
lib/Mouse/Meta/Attribute.pm | 2 +-
lib/Mouse/Meta/Class.pm | 2 +-
lib/Mouse/Meta/Method.pm | 2 +-
lib/Mouse/Meta/Method/Accessor.pm | 2 +-
lib/Mouse/Meta/Method/Constructor.pm | 2 +-
lib/Mouse/Meta/Method/Delegation.pm | 2 +-
lib/Mouse/Meta/Method/Destructor.pm | 2 +-
lib/Mouse/Meta/Module.pm | 2 +-
lib/Mouse/Meta/Role.pm | 2 +-
lib/Mouse/Meta/Role/Application.pm | 2 +-
lib/Mouse/Meta/Role/Composite.pm | 4 ++--
lib/Mouse/Meta/Role/Method.pm | 2 +-
lib/Mouse/Meta/TypeConstraint.pm | 2 +-
lib/Mouse/Object.pm | 2 +-
lib/Mouse/PurePerl.pm | 2 +-
lib/Mouse/Role.pm | 4 ++--
lib/Mouse/Spec.pm | 4 ++--
lib/Mouse/Util.pm | 4 ++--
lib/Mouse/Util/TypeConstraints.pm | 2 +-
mouse.h | 9 +++++++++
t/001_mouse/900-version-strings.t | 19 ++++++++++++++++++
t/900_mouse_bugs/017_issue29.t | 9 ++++++---
t/900_mouse_bugs/018_issue41.t | 6 ++++++
xs-src/MouseAccessor.xs | 20 +++++++++++--------
xs-src/MouseTypeConstraints.xs | 17 ++++++++++------
35 files changed, 134 insertions(+), 70 deletions(-)
rename debian/tests/pkg-perl/{skip-syntax => syntax-skip} (100%)
create mode 100644 t/001_mouse/900-version-strings.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmouse-perl.git
More information about the Pkg-perl-cvs-commits
mailing list