[libmethod-signatures-perl] branch master updated (5b4714f -> 78b12bc)

gregor herrmann gregoa at debian.org
Tue Jan 2 22:19:58 UTC 2018


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

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

      from  5b4714f   update changelog
      adds  d6c50d9   Parse bare sigils in signatures
      adds  f4f9280   Handle the case where the signature contains a valid $,
      adds  ffb380b   Simple placeholders are working
      adds  112b768   Placeholders with constraints are working
      adds  2b7c2f0   A bare "@" is a synonym for ...
      adds  0e5ee31   A bare "%" is like yadayada, but must be an even number of args
      adds  b9279e6   add test for optional placeholder
      adds  5491d50   docs for bare sigils
      adds  54620b4   Move "where" constraint checks to places Perl 5.8 won't run them
      adds  8ff497c   Merge pull request #126 from brummett/bare-sigils
      adds  3557dfd   packaging for CPAN: 20160516.2032_001
      adds  959cde7   Allow function attributes to come before the signature/prototype
      adds  31de7e3   Merge pull request #127 from brummett/attribs-btw-name-and-sig
      adds  a170b48   packaging for CPAN: 20160608.0051_002
      adds  db565c8   packaging for CPAN: 20170211
      adds  b446213   New upstream version 20170211
       new  423f911   Update upstream source from tag 'upstream/20170211'
       new  071f85d   Update debian/changelog
       new  101b4a4   Update years of upstream copyright.
       new  4bd9234   Declare compliance with Debian Policy 4.1.3.
       new  a2a3c46   Bump debhelper compatibility level to 10.
       new  31189ec   Add /me to Uploaders.
       new  460eae3   Add libdata-alias-perl back to Build-Depends-Indep and Recommends
       new  78b12bc   releasing package libmethod-signatures-perl version 20170211-1

The 8 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                                           |  15 ++
 LICENSE                                           |   6 +-
 MANIFEST                                          |   2 +
 META.json                                         |   6 +-
 META.yml                                          |   6 +-
 README                                            |   2 +-
 README.pod                                        |   2 +-
 debian/changelog                                  |  14 +-
 debian/compat                                     |   2 +-
 debian/control                                    |   9 +-
 debian/copyright                                  |   3 +-
 lib/Method/Signatures.pm                          | 171 +++++++++++++++++++++-
 lib/Method/Signatures/Modifiers.pm                |   2 +-
 lib/Method/Signatures/Parameter.pm                |  27 +++-
 lib/Method/Signatures/Signature.pm                |  20 +++
 t/{attributes.t => attributes_before_signature.t} |   8 +-
 t/bare_sigils.t                                   |  73 +++++++++
 t/lib/GenErrorRegex.pm                            |  26 +++-
 t/parameters.t                                    |  18 +++
 t/where.t                                         |  21 +++
 20 files changed, 400 insertions(+), 33 deletions(-)
 copy t/{attributes.t => attributes_before_signature.t} (84%)
 create mode 100644 t/bare_sigils.t

-- 
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