[libpackage-deprecationmanager-perl] branch master updated (77c8785 -> 494f89b)

Lucas Kanashiro kanashiro.duarte at gmail.com
Sat Nov 14 14:28:18 UTC 2015


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

kanashiro-guest pushed a change to branch master
in repository libpackage-deprecationmanager-perl.

      from  77c8785   prepare for release
      adds  dc4fc8c   initial checkin
      adds  dee597e   Allow -compatible for CMOP back-compat & add docs
      adds  e1d24ee   More docs
      adds  0b37edc   Add .gitignore
      adds  bce3492   Make it easy to deprecate a feature, rather than just a whole sub/method
      adds  9472d87   Changes for 0.02
      adds  4ee22fa   Bump to version 0.02
      adds  ebd96f9   Add changes for 0.03
      adds  d26afde   Add -ignore feature
      adds  260ea34   Bump version
      adds  ae06f36   Changes for 0.04
      adds  7bbad81   Warn once per error message per feature, so different errors all show up
      adds  b7f23a0   Bump version
      adds  c9ed232   Tests for warning once per error message
      adds  23bc88d   Fix $skipped usage
      adds  ba614f8   Clarify carp level use
      adds  37bcd4f   More tests for -ignore
      adds  2542cb3   Use Test::Requires instead of hard dep on Test::Warn
      adds  f89d088   Changes for 0.05
      adds  808aa96   Bump version
      adds  e546f61   Allow regexes in -ignore parameter
      adds  3916f3e   Changes for 0.06
      adds  025b09c   Bump version
      adds  fa64238   Add List::MoreUtils
      adds  11d64a4   Changes for 0.07
      adds  748d15e   Fix handling of ignore regexes and test them properly
      adds  c8d7139   Bump version
      adds  bd06190   Fix release date
      adds  652a300   Require Test::Requires
      adds  c37e3f0   Bump version
      adds  90528f2   Changes for 0.08
      adds  8040005   Small pod fix
      adds  3082253   Add compile test
      adds  f71de05   Changes for 0.09
      adds  63ccef5   Bump version
      adds  4739bf2   convert all uses of Test::Exception to Test::Fatal.
      adds  4e6a108   Small style tweak
      adds  e00ea49   Update changes for release
      adds  91fb8ae   Bump version
      adds  0bebee3   Update test plugin usage
      adds  db0dfcd   allow empty hashrefs
      adds  91cc6a4   use NextRelease plugin
      adds  2d706bb   Bump version
      adds  3d60127   Changes for 0.11
      adds  1fc7634   Add license & copyright_holder
      adds  2449a32   Kill Signature
      adds  8b9b17b   Add Test::CPAN::Changes
      adds  ec32b74   Tweak Changes formatting
      adds  6159209   v0.11
      adds  c47a78c   Fix doc typo
      adds  16e753e   Small pod typo fix
      adds  64c87e8   Update plugins
      adds  d71eae8   Do pod coverage tests
      adds  20ad0ac   Add spelling test
      adds  eb17fbd   Make tests pass with Carp 1.25
      adds  3b8d835   Require Test::More 0.88
      adds  584e27a   Use autoprerqs
      adds  baed400   Changes for next release
      adds  c71c06f   Bump version
      adds  016bf58   v0.12
      adds  a8ef0ae   Fix dist.ini to not add Test::Spelling as a requirement
      adds  fe3285a   Credit t0m for change
      adds  85e6a3b   Bump version
      adds  a480981   v0.13
      adds  6841c5a   Add $VERSION to modules
      adds  b3f8f20   Do not reuse variable names in a given scope
      adds  5ca80c8   Capitalize API
      adds  c936776   Ignore .tidyall.d
      adds  32d8b73   Small wording tweak in POD
      adds  34940db   foo
      adds  6e6a685   Switch to my dzil bundle and tidy all code as well as fix critic errors
      adds  386345f   Add generated files
      adds  52a111f   Use any from List::Util 1.33+
      adds  ca17851   v0.14
      adds  f1c3211   Bump version after release
      adds  43797f3   Add .travis.yml
      adds  8baa326   Make this module cooperate with existing import subs rather than overwriting them entirely
      adds  04e2f0d   Use Test::Warnings instead of Test::Output
      adds  d147cd4   Make perlcritic happy
      adds  02a8a68   v0.15
      adds  b0463ea   Imported Upstream version 0.15
       new  15ca30b   Merge tag 'upstream/0.15'
       new  1e8a598   Update debian/changelog
       new  8c08651   Bump debhelper compatibility level to 9
       new  4398ee2   Update build and runtime dependencies
       new  494f89b   Releasing libpackage-deprecationmanager-perl version 0.15-1

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                                            |   6 +
 MANIFEST                                           |  10 +-
 META.json                                          | 351 +++++++++++++--------
 META.yml                                           | 300 ++++++++++--------
 Makefile.PL                                        |  20 +-
 README.md                                          |  20 +-
 cpanfile                                           |  13 +-
 debian/changelog                                   |   9 +
 debian/compat                                      |   2 +-
 debian/control                                     |   9 +-
 lib/Package/DeprecationManager.pm                  |  62 +++-
 t/00-report-prereqs.dd                             |  13 +-
 t/{00-compile.t => author-00-compile.t}            |  17 +-
 t/author-eol.t                                     |  10 +-
 t/author-mojibake.t                                |  17 +
 t/author-no-tabs.t                                 |  10 +-
 t/author-pod-spell.t                               |   3 +-
 t/{release-pod-syntax.t => author-pod-syntax.t}    |   5 +-
 ...elease-test-version.t => author-test-version.t} |  14 +-
 t/basic.t                                          | 132 ++++----
 t/export.t                                         |  49 +++
 21 files changed, 681 insertions(+), 391 deletions(-)
 rename t/{00-compile.t => author-00-compile.t} (72%)
 create mode 100644 t/author-mojibake.t
 rename t/{release-pod-syntax.t => author-pod-syntax.t} (56%)
 rename t/{release-test-version.t => author-test-version.t} (50%)
 create mode 100644 t/export.t

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



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