[libdevel-overloadinfo-perl] branch master updated (c1ac9bb -> 1424eb9)
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Sun Aug 16 13:48:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a change to branch master
in repository libdevel-overloadinfo-perl.
from c1ac9bb releasing package libdevel-overloadinfo-perl version 0.002-1
adds 3c3d1c0 Initial commit
adds 5c909da Use MRO::Compat regardless of perl version
adds 0cba7c5 Hide test classes from PAUSE
adds 29adb74 Use strict+warnings instead of strictures
adds e1ff99b Add dist.ini and .gitignore entries for dzil droppings
adds c25072c Add POD
adds a077cd9 Add Changes file
adds e1ab77a Changes for version 0.001
adds d449500 Commit and push updated Changes from NextRelease
adds 282f2c0 Require Package::Stash version 0.14 or newer
adds 4812136 Require Exporter 5.57 or newer
adds 7c028e2 Add missing semicolon in example
adds ac31894 Add Changes entry for prereq version changes
adds 98815b4 v0.002
adds f8a3ea7 Add .travis.yml
adds 0c44b9d Also test on on 5.8.5 in Travis
adds f50e0eb Don't test on 5.22 both with and without coverage
adds 2d40248 Return an empty hash instead of undef for classes with no overloads
adds 60e3ef5 Work around overload inheritance corruption before 5.16 (RT#106379)
adds 7248614 v0.003
adds 3b94abe Document that existence of undef 'fallback' varies between perl versions
adds b0d08f6 Add tests for empty, inherited-only and no overloading
adds 6d7b7ea Add is_overloaded() function
adds b298f1b Imported Upstream version 0.004
new 1033c2e Merge tag 'upstream/0.004'
new d91d0bb Update debian/changelog
new c9576c7 Bump debhelper compatibility level to 9
new 1f0a6a0 Build depends on libtest-fatal-perl
new 1424eb9 Release libdevel-overloadinfo-perl 0.004-1 to unstable
The 5 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 ++
LICENSE | 2 +-
MANIFEST | 3 +-
META.json | 17 ++--
META.yml | 34 ++++----
Makefile.PL | 21 ++---
README | 4 +-
debian/changelog | 9 ++
debian/compat | 2 +-
debian/control | 12 +--
lib/Devel/OverloadInfo.pm | 162 ++++++++++++++++++++++++------------
t/author-pod-spell.t | 2 +-
t/basic.t | 49 ++++++++++-
t/rt106379-inheritance-corruption.t | 35 ++++++++
14 files changed, 262 insertions(+), 99 deletions(-)
create mode 100644 t/rt106379-inheritance-corruption.t
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-overloadinfo-perl.git
More information about the Pkg-perl-cvs-commits
mailing list