[liblog-any-perl] annotated tag upstream/1.032 created (now cab179d)

gregor herrmann gregoa at debian.org
Fri May 1 19:24:47 UTC 2015


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

gregoa pushed a change to annotated tag upstream/1.032
in repository liblog-any-perl.

        at  cab179d   (tag)
   tagging  9294e90bf8193803efecb4902a540def5478de2b (commit)
  replaces  upstream/1.03
 tagged by  gregor herrmann
        on  Fri May 1 21:18:49 2015 +0200

- Log -----------------------------------------------------------------
Upstream version 1.032

David Golden (86):
      Move Log::Any::Adapter::Base methods to ::Core
      convert to @DAGOLDEN style dzil
      Remove xt dependency on Log::Any::Adapter::Dispatch
      get xt tests passing
      set x_authority to JSWARTZ
      clean up cruft files; add CONTRIBUTING
      tidy code
      Simplify Log::Any::Test
      update README and META for new contributor
      Rationalize Core, Test and Null Adapters
      Implement per-category default adapter classes (RT#63284)
      squeltch another Perl::Critic complaint
      add test methods to check messages in a specific category
      dzil-ize Changes
      update README
      rename 'default' option to 'default_adapter'
      first draft of Log::Any::Proxy
      add Proxy::Test support to get tests passing
      modify backcompat test for proxy
      import refactored Log::Any::Adapter
      fix up Adapter tests for new Log::Any::Proxy
      remove use of Guard module
      inline pure Perl Devel::GlobalDestruction
      Make Log::Any use Log::Any::Manager
      removed FileScreenBase class
      clean up files for use with dzil
      eliminate use of Capture::Tiny in testing
      fix critic and spell check errors
      allow Util to be indexed
      remove unused global variable
      updated dist.ini and support files
      update cpanfile
      fix how defaults work - don't use the stack
      add attribute accessors to Log::Any::Proxy
      start documenting Log::Any::Proxy
      standardize tests on Test::More
      revise Log::Any documentation
      revised documentation for Log::Any::Adapter
      update docs for Log::Any::Adapter::Development
      add .travis.yml
      modernize dist.ini and repo files
      add VERSION; fix typos; add Makefile.PL
      revise documentation
      add category/level to filter/formatter and document them
      don't generate pod for some modules
      add simple Proxy tests
      avoid needing newer Test::More
      updated Changes
      update travis.yml
      fix up changes format
      After release: bump $VERSION and timestamp Changes
      reorganize docs
      clean up Base
      update Changes
      update Makefile.PL for Dist::Zilla version bump
      After release: bump $VERSION and timestamp Changes
      refactor Base
      revise adapter development docs further
      no need for aliases in Base
      rearrange Util; deprecate methods; drop alias creation
      updated Changes
      add log_level to File, Stdout and Stderr adapters
      flock when appending in File
      Don't require adapter classes that are already available
      update Makefile.PL
      clean up adapters
      After release: bump $VERSION and timestamp Changes
      pull trial release changes into new section for release
      bump Makefile.PL version in prep for release version jump
      After release: bump $VERSION and timestamp Changes
      add numeric_level to export list
      After release: bump $VERSION and timestamp Changes
      have Log::Any::Adapter::Util also load Log::Any
      avoid circularity
      After release: bump $VERSION and timestamp Changes
      Concatenates arguments to basic logging functions with a space
      After release: bump $VERSION and timestamp Changes
      remove redundant CONTRIBUTING file
      fix Pod link errors [RT#95570]
      lazy load Carp
      make Test adapter ignore all args except category
      update Makefile.PL
      update Changes
      Update Makefile.PL
      After release: bump $VERSION and timestamp Changes
      updated Changes

Jonathan Swartz (170):
      init
      various
      changed
      add docs
      added
      whoops
      changed
      tidy
      not needed
      not needed
      changed
      no more category matters
      test lexically created logger; fix get_logger default category
      test memoization
      don't need croak
      new
      more error tests
      fixup
      old
      fix method calls
      add docs
      new
      tidy, add log level aliases
      add sprintf versions
      new
      doc updates
      doc updates
      s/make_alias/make_method/
      added
      document constructor
      tidy
      add pod for adapters
      added
      fixes
      add
      fix delegate_method_to_slot call
      test
      test
      doc fixups
      doc fixes
      doc fixes
      doc fixes
      doc fixes
      doc fixes
      doc fixes
      remove requires
      use Log::Any
      moved adapters to separate dists
      add read_file
      only log4perl and dispatch for now
      clean up description
      doc fix
      add
      updating date for 0.01
      s/die/return
      critic
      deleted
      delete
      copyright 2009
      updating to next version 0.02
      remove 01-tidy
      eliminate InternalOnly
      doc fix - thanks schilli
      delete 01-pod
      link fix
      method list fix
      precompute alias and method lists
      forward methods instead of aliasing, as the aliases won't reach the subclass
      update
      updating date for 0.02
      add
      add Carp
      updating to next version 0.03
      eliminate 'Log::' in adapter class names
      whoope
      0.03
      updating date for 0.03
      updating to next version 0.04
      sort exports
      replace Test::Deep::cmp_deeply with a cheap version to avoid dependency
      updating date for 0.04
      perlcritic
      0.04
      updating to next version 0.05
      rename
      rename
      remove set_adapter checks
      forward set_adapter_for and remove_adapter to manager
      tidy
      add
      delete
      continue separation of log-any and log-any-adapter
      remove unnecessary use Carp
      modify and purge docs
      remove set_adapter_for; fix up docs
      0.05
      more doc refinements and code reductions
      Change to Log::Any::Adapter->set and Log::Any::Adapter->remove
      pass @_ to init
      tidy
      strip it down further
      0.05
      0.05
      minor doc tweaks
      updating date for 0.05
      updating to next version 0.06
      add set_adapter for backward compatibility
      add set_adapter for backward compatibility
      updating date for 0.06
      updating to next version 0.07
      add
      add Log::Any::Adapter example in synopsis
      require only Test, not Test::More
      use Test::Simple
      add
      omit perl version requirement - not sure what it is
      omit perl version requirement - not sure what it is
      add descriptions back
      added
      0.07
      mention Log::Any::Test
      updating date for 0.07
      add missing desc
      0.07
      Test::Simple
      updating to next version 0.08
      update docs
      add
      use a global memory buffer for testing
      0.08
      updating date for 0.08
      updating date for 0.08
      updating to next version 0.09
      test aliases and sprintf method versions
      remove spurious comment
      add pod
      convert undefined values to <undef> in printf-style methods
      0.09
      updating date for 0.09
      reword
      updating to next version 0.10
      fix complex references in printf style methods
      0.10
      updating to next version 0.11
      add trace
      add trace
      add trace
      date
      updating to next version 0.12
      to dzil
      return false from null adapter is_xxx methods - RT #64164
      return false from null adapter is_xxx methods - RT #64164
      updating date for 0.12
      distzilla stuff
      weaver.ini
      updating to next version 0.13
      Merge pull request #1 from sdt/patch-1
      Merge branch 'master' of github.com:jonswar/perl-log-any
      updating date for 0.13
      updating date for 0.13
      updating to next version 0.14
      remove explicit $VERSION
      0.14
      updating date for 0.14
      updating to next version 0.15
      add whatis entries - RT #82200
      hide 'package Log::Any::Adapter' from PAUSE/Module::Metadata - miyagawa/carton#75
      0.15
      updating date for 0.15
      blank tidyall

Maxim Vuets (1):
      Make printf-style methods produce truly single-line strings

Stephen Thirlwall (1):
      Typo fix in does_not_contain_ok

gregor herrmann (1):
      Imported Upstream version 1.032

-----------------------------------------------------------------------

No new revisions were added by this update.

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



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