r27503 - in /branches/upstream/liblog-handler-perl/current: ./ examples/ examples/benchmark/ examples/config/ examples/filter/ examples/layout/ examples/logger/ examples/socket/ lib/Log/ lib/Log/Handler/ t/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Nov 30 16:48:03 UTC 2008


Author: ansgar-guest
Date: Sun Nov 30 16:47:59 2008
New Revision: 27503

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27503
Log:
[svn-upgrade] Integrating new upstream version, liblog-handler-perl (0.50)

Added:
    branches/upstream/liblog-handler-perl/current/examples/benchmark/
    branches/upstream/liblog-handler-perl/current/examples/benchmark/benchmark.pl
    branches/upstream/liblog-handler-perl/current/examples/config/
    branches/upstream/liblog-handler-perl/current/examples/config/example.conf
    branches/upstream/liblog-handler-perl/current/examples/config/example.pl   (with props)
    branches/upstream/liblog-handler-perl/current/examples/config/example.props
    branches/upstream/liblog-handler-perl/current/examples/config/example.yaml
    branches/upstream/liblog-handler-perl/current/examples/filter/
    branches/upstream/liblog-handler-perl/current/examples/filter/extended_filter.pl
    branches/upstream/liblog-handler-perl/current/examples/filter/filter_caller.pl
    branches/upstream/liblog-handler-perl/current/examples/filter/filter_message.pl
    branches/upstream/liblog-handler-perl/current/examples/layout/
    branches/upstream/liblog-handler-perl/current/examples/layout/layout.pl   (with props)
    branches/upstream/liblog-handler-perl/current/examples/layout/runtime.pl   (with props)
    branches/upstream/liblog-handler-perl/current/examples/logger/
    branches/upstream/liblog-handler-perl/current/examples/logger/MyApp.pm
    branches/upstream/liblog-handler-perl/current/examples/logger/myapp.pl   (with props)
    branches/upstream/liblog-handler-perl/current/examples/socket/
    branches/upstream/liblog-handler-perl/current/examples/socket/client.pl   (with props)
    branches/upstream/liblog-handler-perl/current/examples/socket/server.pl   (with props)
    branches/upstream/liblog-handler-perl/current/t/018-handler-logger.t
Removed:
    branches/upstream/liblog-handler-perl/current/examples/benchmark.pl
    branches/upstream/liblog-handler-perl/current/examples/client.pl
    branches/upstream/liblog-handler-perl/current/examples/config-examples.pl
    branches/upstream/liblog-handler-perl/current/examples/example.conf
    branches/upstream/liblog-handler-perl/current/examples/example.pl
    branches/upstream/liblog-handler-perl/current/examples/example.props
    branches/upstream/liblog-handler-perl/current/examples/example.yaml
    branches/upstream/liblog-handler-perl/current/examples/layout.pl
    branches/upstream/liblog-handler-perl/current/examples/runtime.pl
    branches/upstream/liblog-handler-perl/current/examples/server.log
    branches/upstream/liblog-handler-perl/current/examples/server.pl
Modified:
    branches/upstream/liblog-handler-perl/current/ChangeLog
    branches/upstream/liblog-handler-perl/current/INSTALL
    branches/upstream/liblog-handler-perl/current/MANIFEST
    branches/upstream/liblog-handler-perl/current/META.yml
    branches/upstream/liblog-handler-perl/current/README
    branches/upstream/liblog-handler-perl/current/lib/Log/Handler.pm
    branches/upstream/liblog-handler-perl/current/lib/Log/Handler/Examples.pod
    branches/upstream/liblog-handler-perl/current/lib/Log/Handler/Output.pm

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

Modified: branches/upstream/liblog-handler-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/ChangeLog?rev=27503&op=diff

Modified: branches/upstream/liblog-handler-perl/current/INSTALL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/INSTALL?rev=27503&op=diff

Modified: branches/upstream/liblog-handler-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/MANIFEST?rev=27503&op=diff

Modified: branches/upstream/liblog-handler-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/META.yml?rev=27503&op=diff

Modified: branches/upstream/liblog-handler-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/README?rev=27503&op=diff

Added: branches/upstream/liblog-handler-perl/current/examples/benchmark/benchmark.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/benchmark/benchmark.pl?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/config/example.conf
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/config/example.conf?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/config/example.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/config/example.pl?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/config/example.props
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/config/example.props?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/config/example.yaml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/config/example.yaml?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/filter/extended_filter.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/filter/extended_filter.pl?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/filter/filter_caller.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/filter/filter_caller.pl?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/filter/filter_message.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/filter/filter_message.pl?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/layout/layout.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/layout/layout.pl?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/layout/runtime.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/layout/runtime.pl?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/logger/MyApp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/logger/MyApp.pm?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/logger/myapp.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/logger/myapp.pl?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/socket/client.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/socket/client.pl?rev=27503&op=file

Added: branches/upstream/liblog-handler-perl/current/examples/socket/server.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/examples/socket/server.pl?rev=27503&op=file

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

Modified: branches/upstream/liblog-handler-perl/current/lib/Log/Handler/Examples.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/lib/Log/Handler/Examples.pod?rev=27503&op=diff

Modified: branches/upstream/liblog-handler-perl/current/lib/Log/Handler/Output.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/lib/Log/Handler/Output.pm?rev=27503&op=diff

Added: branches/upstream/liblog-handler-perl/current/t/018-handler-logger.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblog-handler-perl/current/t/018-handler-logger.t?rev=27503&op=file




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