[libtest-deep-unorderedpairs-perl] branch master updated (11a2488 -> 177a45a)

gregor herrmann gregoa at debian.org
Mon Oct 26 18:39:03 UTC 2015


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

gregoa pushed a change to branch master
in repository libtest-deep-unorderedpairs-perl.

      from  11a2488   update changelog
       new  3c75dd3   Add debian/upstream/metadata
       new  4950a86   Update debian/changelog
      adds  450b921   initial commit, via [Git::Init] in Dist-Zilla-PluginBundle-Author-ETHER-0.006, github profile.
      adds  8c5e52b   initial code and tests
      adds  1e82dd4   docs
      adds  7879fe3   make pod coverage and spelling tests pass
      adds  0acd6a1   add samehash() synonym, for rjbs
      adds  02132a1   my while loop is good enough
      adds  ad585ab   Test-Deep-UnorderedPairs-0.001
      adds  38ccc39   clean up a bit of redundant wording
      adds  d3c3c50   be a bit more clear with this example
      adds  1af19be   demonstrate the synopsis example
      adds  67f00ea   we can do these kwalitee checks now
      adds  f0c71ba   make is_regexp() work on earlier perls
      adds  540c92f   Test-Deep-UnorderedPairs-0.002
      adds  816865d   pull out this testing sub into a separate file for reuse
      adds  1d2dc93   check for odd number of elements by testing length first
      adds  11fa25b   also properly handle lists where tuple keys are repeated
      adds  90a950c   Test-Deep-UnorderedPairs-0.003
      adds  43d636b   fix abstract, and clarify usage of "samehash"
      adds  3c23e4d   only bail out early from tests if in development
      adds  8c6608d   include the right name in the diagnostics messages
      adds  7accd10   use a bulleted list in SEE ALSO
      adds  7d8dc30   at long last, drop the use of fatal warnings in tests
      adds  a66655c   remove unneeded plugins
      adds  db46d20   include contributors in pod
      adds  803e70c   tighten up entries
      adds  4cd1d49   shorter pod lists
      adds  9abdf5c   add a placeholder .mailmap
      adds  0d31aa5   [Test::Kwalitee] is now included in my bundle
      adds  910944d   add irc and mailing list info to metadata
      adds  da3f135   keep namespace clean by not importing anything
      adds  37c06bd   use a more specific link
      adds  77d62a1   hardcode the distribution name in Changes, to reduce churn on each release
      adds  8eaf351   canonicalize Changes entries
      adds  afa97fa   add some keywords to metadata
      adds  da85e72   add a vim modeline
      adds  2fd5404   keep $VERSION right in the repo
      adds  0bbf017   switch to my podweaver plugin bundle
      adds  a622c9f   ensure the synopsis is syntactically correct
      adds  b9b9b18    put config options in =head2, so they are listed in table of contents
      adds  a0d325c   Test-Deep-UnorderedPairs-0.004
      adds  f0f54ef   increment $VERSION after 0.004 release
      adds  b6f217e   oops, I forgot to add $VERSION delcarations to the support packages
      adds  3bc1066   Test-Deep-UnorderedPairs-0.005
      adds  25b9f30   Imported Upstream version 0.005
       new  a61c38b   Merge tag 'upstream/0.005'
       new  b1f93cc   Update debian/changelog
       new  105369b   Install new CONTRIBUTING file.
       new  6d8dc65   Update build dependencies.
       new  47ac22c   Mark package as autopkgtest-able.
       new  1afe049   Declare compliance with Debian Policy 3.9.6.
       new  177a45a   releasing package libtest-deep-unorderedpairs-perl version 0.005-1

The 9 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:
 Build.PL                                     | 130 ++++
 CONTRIBUTING                                 | 100 +++
 Changes                                      |  16 +-
 INSTALL                                      |   9 +-
 LICENSE                                      |   2 +-
 MANIFEST                                     |  20 +-
 META.json                                    | 971 +++++++++++++++++++++++----
 META.yml                                     | 750 ++++++++++++++++-----
 Makefile.PL                                  | 126 ++--
 README                                       |   6 +-
 debian/changelog                             |  13 +-
 debian/compat                                |   2 +-
 debian/control                               |  14 +-
 debian/libtest-deep-unorderedpairs-perl.docs |   1 +
 debian/upstream/metadata                     |   8 +
 dist.ini                                     |   7 +-
 examples/synopsis.t                          |   2 +-
 lib/Test/Deep/UnorderedPairs.pm              |  89 +--
 t/00-check-deps.t                            |  11 -
 t/00-compile.t                               |  74 --
 t/00-report-prereqs.dd                       | 131 ++++
 t/00-report-prereqs.t                        | 183 +++++
 t/01-basic.t                                 |   6 +-
 t/02-repeated-keys.t                         |   6 +-
 t/lib/Util.pm                                |   2 +-
 weaver.ini                                   |   8 -
 xt/author/00-compile.t                       |  86 +++
 xt/author/clean-namespaces.t                 |  11 +
 xt/author/eol.t                              |  36 +
 xt/author/kwalitee.t                         |   9 +
 xt/author/no-tabs.t                          |  36 +
 xt/author/pod-spell.t                        |   5 +-
 xt/release/changes_has_content.t             |   2 +-
 xt/release/distmeta.t                        |   5 +-
 xt/release/eol.t                             |   8 -
 xt/release/kwalitee.t                        |   9 -
 xt/release/minimum-version.t                 |   2 +-
 xt/release/mojibake.t                        |  12 +
 xt/release/no-tabs.t                         |   8 -
 xt/release/pod-coverage.t                    |  12 +-
 xt/release/pod-syntax.t                      |   5 +-
 xt/release/portability.t                     |  12 +
 xt/release/synopsis.t                        |   5 +
 xt/release/test-version.t                    |  22 -
 44 files changed, 2393 insertions(+), 579 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 CONTRIBUTING
 create mode 100644 debian/libtest-deep-unorderedpairs-perl.docs
 create mode 100644 debian/upstream/metadata
 delete mode 100644 t/00-check-deps.t
 delete mode 100644 t/00-compile.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 weaver.ini
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/no-tabs.t
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/kwalitee.t
 create mode 100644 xt/release/mojibake.t
 delete mode 100644 xt/release/no-tabs.t
 create mode 100644 xt/release/portability.t
 create mode 100644 xt/release/synopsis.t
 delete mode 100644 xt/release/test-version.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-deep-unorderedpairs-perl.git



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