[libmethod-signatures-perl] 03/12: Merge tag 'upstream/20141021'

gregor herrmann gregoa at debian.org
Thu Oct 23 21:23:44 UTC 2014


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

gregoa pushed a commit to branch master
in repository libmethod-signatures-perl.

commit 04cb65bd5a1f16b24bf2a139ecd8930c7aa221bb
Merge: d1b56a2 dbe772b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Oct 23 23:07:40 2014 +0200

    Merge tag 'upstream/20141021'
    
    Upstream version 20141021

 .travis.yml                        |   2 +
 Build.PL                           |   1 -
 Changes                            |  28 +++
 MANIFEST                           |   9 +-
 META.json                          |  17 +-
 META.yml                           |  15 +-
 lib/Method/Signatures.pm           | 357 ++++++++++++-------------------------
 lib/Method/Signatures/Modifiers.pm |   2 +-
 lib/Method/Signatures/Parameter.pm |  77 +++++++-
 lib/Method/Signatures/Parser.pm    | 107 -----------
 lib/Method/Signatures/Signature.pm | 296 ++++++++++++++++++++++++++++++
 lib/Method/Signatures/Types.pm     |   9 +
 lib/Method/Signatures/Utils.pm     |  65 +++++++
 t/default_invocant.t               | 127 +++++++++++++
 t/defaults.t                       |  47 ++++-
 t/error_reporting.t                |   8 +
 t/invocant.t                       |  11 +-
 t/lib/GenErrorRegex.pm             |  10 +-
 t/lib/RequiredAfterOpt.pm          |  15 ++
 t/line_numbers.t                   |  79 ++++++++
 t/{split_proto.t => parameters.t}  |  29 ++-
 t/types.t                          |   7 +-
 t/when.t                           |  16 ++
 t/where.t                          |   2 +-
 24 files changed, 952 insertions(+), 384 deletions(-)

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



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