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

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

      from  0f4de2c   Releasing liblog-any-perl version 1.042-1
      adds  1b38e05   After release: bump $VERSION and timestamp Changes
      adds  0ac8f3c   move dist.ini to my bundle
      adds  e9a4145   add a clone method to proxy objects
      adds  a76bac5   detect if reference provides overloaded stringify - if 
so, use it
      adds  cc5b6b5   added unittest
      adds  18d0549   get rid of URI dependency
      adds  08c6eef   fix: done_testing is not yet supported in perl 5.8.1
      adds  00fe30f   add changelog entry for previous commits
      adds  16cba7d   fix name of changes file
      adds  76f8420   fix prerequisite name
      adds  943f64b   add bin scripts (if any) to version update
      adds  37dda27   release v1.043
      adds  9d9976e   incrementing version after release
      adds  87d7551   rename import test for clarification
      adds  d77d033   allow global log parameter to have any name
      adds  7032d90   fix problem if multiple import params start with $
      adds  bef8768   add changelog entry for previous commit
      adds  7284be5   release v1.044
      adds  1dff87a   incrementing version after release
      adds  117f4c3   add pod::weaver config to add contributors
      adds  64bb4bc   fix my name showing up under contributors
      adds  49fbb36   change tabs to spaces
      adds  a6ef722   mark new stable release in changelog
      adds  bfa627c   fix dzil trying to copy files that do not exist
      adds  fb378dd   release v1.045
      adds  24858b1   New upstream version 1.045
       new  5154473   Merge tag 'upstream/1.045'
       new  879f306   Update debian/changelog
       new  6b099d6   Don't install some incomplete manpage fragments.
       new  42f5d16   Add a patch to turn pseudo POD into POD in a manpage.
       new  d5c3d19   also don't install .gitignore file
       new  68b806f   releasing package liblog-any-perl version 1.045-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                                           |  19 ++
 MANIFEST                                          |  18 +-
 META.json                                         |  71 ++---
 META.yml                                          |  48 +--
 Makefile.PL                                       |  21 +-
 README                                            | 358 ++++------------------
 cpanfile                                          |  29 +-
 debian/changelog                                  |   9 +
 debian/patches/pseudopod.patch                    |  81 +++++
 debian/patches/series                             |   1 +
 debian/rules                                      |  12 +
 dist.ini                                          |  37 ---
 lib/Log/.gitignore                                |   1 +
 lib/Log/Any.pm                                    |  41 +--
 lib/Log/Any/Adapter.pm                            |  19 +-
 lib/Log/Any/Adapter/Base.pm                       |  43 ++-
 lib/Log/Any/Adapter/Development.pod               | 190 +++---------
 lib/Log/Any/Adapter/File.pm                       |   4 +-
 lib/Log/Any/Adapter/Null.pm                       |   4 +-
 lib/Log/Any/Adapter/Stderr.pm                     |   4 +-
 lib/Log/Any/Adapter/Stdout.pm                     |   4 +-
 lib/Log/Any/Adapter/Test.pm                       |  43 ++-
 lib/Log/Any/Adapter/Util.pm                       |  68 ++--
 lib/Log/Any/Manager.pm                            |  43 ++-
 lib/Log/Any/Proxy.pm                              | 206 +++++--------
 lib/Log/Any/Proxy/Null.pm                         |   4 +-
 lib/Log/Any/Proxy/Test.pm                         |  43 ++-
 lib/Log/Any/Test.pm                               |   4 +-
 {xt/author => t}/00-compile.t                     |  21 +-
 t/00-report-prereqs.dd                            |  32 +-
 t/{import.t => adapter-import.t}                  |   0
 t/import.t                                        |  30 +-
 t/proxy.t                                         |  10 +-
 xt/release/backcompat.t => t/release-backcompat.t |   8 +
 t/stringify.t                                     |  35 +++
 tidyall.ini                                       |   1 -
 xt/author/critic.t                                |  12 -
 xt/author/pod-spell.t                             |  66 ----
 xt/author/pod-syntax.t                            |   7 -
 xt/author/portability.t                           |  10 -
 xt/author/test-version.t                          |  23 --
 xt/release/distmeta.t                             |   6 -
 xt/release/minimum-version.t                      |   8 -
 43 files changed, 687 insertions(+), 1007 deletions(-)
 create mode 100644 debian/patches/pseudopod.patch
 create mode 100644 debian/patches/series
 delete mode 100644 dist.ini
 create mode 100644 lib/Log/.gitignore
 rename {xt/author => t}/00-compile.t (72%)
 copy t/{import.t => adapter-import.t} (100%)
 rename xt/release/backcompat.t => t/release-backcompat.t (70%)
 create mode 100644 t/stringify.t
 delete mode 100644 tidyall.ini
 delete mode 100644 xt/author/critic.t
 delete mode 100644 xt/author/pod-spell.t
 delete mode 100644 xt/author/pod-syntax.t
 delete mode 100644 xt/author/portability.t
 delete mode 100644 xt/author/test-version.t
 delete mode 100644 xt/release/distmeta.t
 delete mode 100644 xt/release/minimum-version.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/liblog-any-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