r19459 - in /trunk/liblog-handler-perl: ./ debian/ examples/ lib/Log/ lib/Log/Handler/ t/

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Tue May 6 01:22:28 UTC 2008


Author: roberto
Date: Tue May  6 01:22:27 2008
New Revision: 19459

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19459
Log:
New upstream release.

Added:
    trunk/liblog-handler-perl/examples/benchmark.pl
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/examples/benchmark.pl
    trunk/liblog-handler-perl/examples/client.pl
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/examples/client.pl
    trunk/liblog-handler-perl/examples/example.conf
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/examples/example.conf
    trunk/liblog-handler-perl/examples/example.pl
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/examples/example.pl
    trunk/liblog-handler-perl/examples/layout.pl
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/examples/layout.pl
    trunk/liblog-handler-perl/examples/more-outputs.pl
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/examples/more-outputs.pl
    trunk/liblog-handler-perl/examples/runtime.pl
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/examples/runtime.pl
    trunk/liblog-handler-perl/examples/server.pl
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/examples/server.pl
    trunk/liblog-handler-perl/lib/Log/Handler/
      - copied from r19458, branches/upstream/liblog-handler-perl/current/lib/Log/Handler/
    trunk/liblog-handler-perl/t/000-use.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/000-use.t
    trunk/liblog-handler-perl/t/001-pod.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/001-pod.t
    trunk/liblog-handler-perl/t/002-pod-coverage.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/002-pod-coverage.t
    trunk/liblog-handler-perl/t/010-handler.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/010-handler.t
    trunk/liblog-handler-perl/t/011-handler-set-pattern.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/011-handler-set-pattern.t
    trunk/liblog-handler-perl/t/012-handler-message-pattern.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/012-handler-message-pattern.t
    trunk/liblog-handler-perl/t/013-handler-priority.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/013-handler-priority.t
    trunk/liblog-handler-perl/t/014-handler-prepare.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/014-handler-prepare.t
    trunk/liblog-handler-perl/t/015-handler-filter.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/015-handler-filter.t
    trunk/liblog-handler-perl/t/016-handler-alias.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/016-handler-alias.t
    trunk/liblog-handler-perl/t/017-handler-special-levels.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/017-handler-special-levels.t
    trunk/liblog-handler-perl/t/020-output-forward.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/020-output-forward.t
    trunk/liblog-handler-perl/t/030-output-file.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/030-output-file.t
    trunk/liblog-handler-perl/t/040-output-email.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/040-output-email.t
    trunk/liblog-handler-perl/t/050-output-dbi.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/050-output-dbi.t
    trunk/liblog-handler-perl/t/060-output-socket.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/060-output-socket.t
    trunk/liblog-handler-perl/t/100-config.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/100-config.t
    trunk/liblog-handler-perl/t/200-backward-compatibility.t
      - copied unchanged from r19458, branches/upstream/liblog-handler-perl/current/t/200-backward-compatibility.t
Removed:
    trunk/liblog-handler-perl/examples/simple.cfg
    trunk/liblog-handler-perl/examples/simple.pl
    trunk/liblog-handler-perl/examples/trace.pl
    trunk/liblog-handler-perl/t/00use.t
    trunk/liblog-handler-perl/t/01pod.t
    trunk/liblog-handler-perl/t/02pod-coverage.t
    trunk/liblog-handler-perl/t/03handler.t
Modified:
    trunk/liblog-handler-perl/Build.PL
    trunk/liblog-handler-perl/ChangeLog
    trunk/liblog-handler-perl/MANIFEST
    trunk/liblog-handler-perl/META.yml
    trunk/liblog-handler-perl/Makefile.PL
    trunk/liblog-handler-perl/README
    trunk/liblog-handler-perl/debian/changelog
    trunk/liblog-handler-perl/lib/Log/Handler.pm

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/liblog-handler-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/Build.PL?rev=19459&op=diff

Modified: trunk/liblog-handler-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/ChangeLog?rev=19459&op=diff

Modified: trunk/liblog-handler-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/MANIFEST?rev=19459&op=diff

Modified: trunk/liblog-handler-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/META.yml?rev=19459&op=diff

Modified: trunk/liblog-handler-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/Makefile.PL?rev=19459&op=diff

Modified: trunk/liblog-handler-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/README?rev=19459&op=diff

Modified: trunk/liblog-handler-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/debian/changelog?rev=19459&op=diff

Modified: trunk/liblog-handler-perl/lib/Log/Handler.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblog-handler-perl/lib/Log/Handler.pm?rev=19459&op=diff




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