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

kanashiro-guest pushed a change to branch master
in repository libhash-util-fieldhash-compat-perl.

      from  5df81bf   update changelog
       new  945581d   Add debian/upstream/metadata
       new  98c255e   Update debian/changelog
      adds  4b4509f   Add MANIFEST.SKIP
      adds  3a42a9c   Add Makefile.PL
      adds  540edfc   ignore dists
      adds  07987bb   Test::use::ok dep
      adds  59e5a57   Initial version of Hash::Util::FieldHash::Compat
      adds  02a6d1b   deps in Makefile.PL
      adds  a53abd9   misc makefile.pl stuff
      adds  abe40f9   Depend on better versions
      adds  e81bc94   import :all from Hash::Util::FieldHash to allow fully 
qualified calls to the ::Compat namespace
      adds  d45a877   version bump
      adds  03b32e5   changelog
      adds  891b4ad   Try to work around the 5.8.8 if.pm weirdness
      adds  4a95dbb   Changelog
      adds  f0b4757   version bump
      adds  ae706eb   RT#83667: localize die handler before eval
      adds  5b10d9f   bump to 0.04
      adds  956ae88   update skips
      adds  a75224b   convert to Dist::Zilla
      adds  b35ec0e   remove unneeded shebangs
      adds  0f59b68   gotta have a plan
      adds  0a56828   whitespace cleanup
      adds  304a322   spelling fixes
      adds  cfa1b19   add contributors to metadata
      adds  86e0ddf   set dynamic_config => 1; Scalar::Util is a conditional 
prereq
      adds  c20486a   version 0.05
      adds  203e07a   fix bad package name
      adds  921b7f0   remove inaccurate pod, and weave in a replacement
      adds  6cf4f9e   remove duplicate config line (bad rebase)
      adds  aba6fa1   Partial reversion of "fix bad package name"
      adds  c416ed1   new test to confirm the Heavy compat layer actually works
      adds  89d4ffe   fix misspelled config
      adds  6385d13   Hash-Util-FieldHash-Compat-0.06
      adds  220c89a   Hash::Util::FieldHash::Compat is provided by 
lib/Hash/Util/FieldHash/Compat.pm, not lib/Hash/Util/FieldHash/Compat/Heavy.pm
      adds  17d9df6   skip backcompat tests on newer perls, to avoid adding 
unnecessary prereqs
      adds  4a4491b   Hash-Util-FieldHash-Compat-0.07
      adds  8b357c3   tighten up entries
      adds  f426dbc   backwards compatibility tests are for authors only
      adds  84cea54   eliminate a custom plugin by switching to [DynamicPrereqs]
      adds  2d863e1   report on the installed version of these optional prereqs
      adds  d476fbe   use [AutoPrereqs], but remove our optional deps
      adds  9ab6372   specify the exact version needed in code also
      adds  07c4d8b   add keywords to metadata
      adds  ae96907   eliminate the use of "use vars"
      adds  ee1b9ff   add contributors to pod too
      adds  6248c0b   reduce prereq list down to core only
      adds  c3e37e1   Hash-Util-FieldHash-Compat-0.08
      adds  e537802   now using [Git::Contributors]
      adds  a3be8d2   hardcode the distribution name in Changes, to reduce 
churn on each release
      adds  2e331d4   this plugin is no longer used by my bundle
      adds  390e400   make use of the new delimiter option for nicer formatting
      adds  5d4bec4   keep $VERSION right in the repo
      adds  7c64e91   skip this test - we re-import the Hash::Util::FieldHash 
API
      adds  bba123c   switch to my podweaver plugin bundle
      adds  b54f71c   my bundle now defaults to verifying 5.006 compatibility
      adds  8b623fa   add a placeholder .mailmap
      adds  07eb5c4   this is a distribution eligible for static install
      adds  06fb2e0   use has_module() rather than loading
      adds  c264723   Changes entry for this release
      adds  6b63338   Hash-Util-FieldHash-Compat-0.09
      adds  bf5c1b8   Imported Upstream version 0.09
       new  053f50c   Merge tag 'upstream/0.09'
       new  e0a1c05   Update debian/changelog
       new  1515616   Bump debhelper compatibility level to 9
       new  5de26a2   Declare compliance with Debian policy 3.9.6
       new  a9dc4e5   Add autopkgtest-pkg-perl
       new  a5c78c8   Add module name in description
       new  a82621e   Add libtie-refhash-weak-perl as dependency
       new  a665115   Releasing libhash-util-fieldhash-compat-perl version 
0.09-1

The 10 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:
 CONTRIBUTING                            |  18 +-
 Changes                                 |   3 +
 INSTALL                                 |   1 -
 MANIFEST                                |  13 +-
 META.json                               | 737 +++++++++++++++++++++++---------
 META.yml                                | 553 ++++++++++++++++--------
 Makefile.PL                             |  49 ++-
 README                                  |   4 +-
 README.md                               |  46 --
 debian/changelog                        |  16 +-
 debian/compat                           |   2 +-
 debian/control                          |  21 +-
 debian/upstream/metadata                |   8 +
 dist.ini                                |  21 +-
 lib/Hash/Util/FieldHash/Compat.pm       |  31 +-
 lib/Hash/Util/FieldHash/Compat/Heavy.pm |   9 +-
 t/00-report-prereqs.dd                  | 127 ++++++
 t/00-report-prereqs.t                   | 271 ++++++------
 weaver.ini                              |   3 -
 xt/author/00-compile.t                  |  12 +-
 xt/{release/no-tabs.t => author/eol.t}  |  15 +-
 xt/author/kwalitee.t                    |   9 +
 xt/author/mojibake.t                    |   9 +
 xt/{release => author}/no-tabs.t        |  11 +-
 xt/author/pod-spell.t                   |   2 +-
 xt/release/changes_has_content.t        |   2 +-
 xt/release/eol.t                        |   8 -
 xt/release/kwalitee.t                   |   4 -
 xt/release/mojibake.t                   |  12 -
 xt/release/portability.t                |   1 +
 30 files changed, 1307 insertions(+), 711 deletions(-)
 delete mode 100644 README.md
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 delete mode 100644 weaver.ini
 copy xt/{release/no-tabs.t => author/eol.t} (64%)
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/no-tabs.t (81%)
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/kwalitee.t
 delete mode 100644 xt/release/mojibake.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libhash-util-fieldhash-compat-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to