[libmouse-perl] branch master updated (2ea61d0 -> db1e01c)

gregor herrmann gregoa at debian.org
Mon Jan 8 22:45:35 UTC 2018


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

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

      from  2ea61d0   releasing package libmouse-perl version 2.5.0-1
      adds  d026201   add DEVELOPMENT section in README.md (i.e. lib/Mouse.pm)
      adds  64b4eb5   fix "Symbol not found: _DPPP_my_gv_fetchpvn_flags" error under perl 5.8 and Devel::PPPort 3.33+
      adds  0c86858   fix "Symbol not found: _DPPP_my_SvRX" error under perl 5.8 and Devel::PPPort 3.33+
      adds  9aedf96   skip t/900_mouse_bugs/016_issue17_memleak.t under perl 5.8
      adds  d90c853   add --with-configure to travis.yml
      adds  b98f87c   Merge pull request #79 from skaji/fix-issue76
      adds  dc3fa75   Sort output from find
      adds  1e953da   Merge pull request #78 from bmwiedemann/sort
      adds  28a5b50   check up_to_date before compile_xs
      adds  0d13a7a   use version->declare
      adds  fe43709   use Test::Requires
      adds  6e1065c   make less verbose
      adds  06921de   no need to $INC{Mouse_based_Module}++
      adds  ec011f2   make less verbose and check warn message
      adds  bc5a296   revise TODO tests
      adds  8e4bce8   we don't use MANIFEST file anymore, so remove xt/004-fs_portability.t
      adds  a55e2d4   add perl 5.26 to travis.yml and remove some perls
      adds  eae2c03   Merge pull request #80 from gfx/fixes
      adds  7cfcd42   make `prove -br t` work under perl 5.26+
      adds  4b8a43d   Merge pull request #81 from gfx/dot-not-in-inc
      adds  edc72fb   set recommends_policy = 0
      adds  aa897dd   add some stopwords
      adds  ea1163c   Checking in changes prior to tagging of version v2.5.0.
      adds  4120189   fix bugtracker
      adds  751cad6   add .appveyor.yml
      adds  579380a   Merge pull request #82 from skaji/appveyor
      adds  955cb38   set MOUSE_XS=1 for xs tests
      adds  9af47ed   use PERL_UNUSED_RESULT
      adds  5a53058   Merge pull request #83 from gfx/PERL_UNUSED_RESULT
      adds  1d991df   mv mouse.h xs-src/
      adds  29d24c7   add "conflicts" to cpanfile
      adds  69557ad   use FileGatherer.exclude_match instead of MANIFEST.SKIP
      adds  4b6d8e4   revise MyBuilder.pm
      adds  fe21189   Merge pull request #84 from gfx/patch
      adds  a4b267a   Checking in changes prior to tagging of version v2.5.1.
      adds  584e8ac   New upstream version 2.5.1
       new  2f007b0   Update upstream source from tag 'upstream/2.5.1'
       new  41d5aa7   Update debian/changelog
       new  10e83a6   Update years of packaging copyright.
       new  309e494   Declare compliance with Debian Policy 4.1.3.
       new  6111a81   Bump debhelper compatibility level to 10.
       new  db1e01c   releasing package libmouse-perl version 2.5.1-1

The 6 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                              |  4 ++
 MANIFEST                             |  7 +--
 MANIFEST.SKIP                        | 17 -------
 META.json                            | 19 ++++---
 META.yml                             | 16 +++---
 README.md                            |  5 +-
 builder/MyBuilder.pm                 | 85 ++++++++++++-------------------
 cpanfile                             | 11 ++--
 debian/changelog                     |  9 ++++
 debian/compat                        |  2 +-
 debian/control                       |  4 +-
 debian/copyright                     |  2 +-
 lib/Mouse.pm                         |  7 ++-
 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     |  2 +-
 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 +-
 minil.toml                           |  4 +-
 xs-src/MouseTypeConstraints.xs       |  2 +-
 mouse.h => xs-src/mouse.h            |  0
 xt/001-pod.t                         |  4 --
 xt/003-pod_coverage.t                | 97 ------------------------------------
 xt/005-dbsub.t                       | 22 --------
 xt/006-perlcritic.t                  | 23 ---------
 40 files changed, 109 insertions(+), 277 deletions(-)
 delete mode 100644 MANIFEST.SKIP
 rename mouse.h => xs-src/mouse.h (100%)
 delete mode 100644 xt/001-pod.t
 delete mode 100644 xt/003-pod_coverage.t
 delete mode 100644 xt/005-dbsub.t
 delete mode 100644 xt/006-perlcritic.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