r67785 - in /branches/upstream/libstarman-perl: ./ current/ current/bin/ current/inc/ current/inc/Module/ current/inc/Module/Install/ current/inc/Test/ current/inc/Test/Builder/ current/lib/ current/lib/HTTP/ current/lib/HTTP/Server/ current/lib/HTTP/Server/PSGI/ current/lib/HTTP/Server/PSGI/Net/ current/lib/HTTP/Server/PSGI/Net/Server/ current/lib/Plack/ current/lib/Plack/Handler/ current/lib/Starman/ current/t/ current/xt/

ghedo-guest at users.alioth.debian.org ghedo-guest at users.alioth.debian.org
Sun Jan 23 21:18:02 UTC 2011


Author: ghedo-guest
Date: Sun Jan 23 21:17:53 2011
New Revision: 67785

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67785
Log:
[svn-inject] Installing original source of libstarman-perl (0.2007)

Added:
    branches/upstream/libstarman-perl/
    branches/upstream/libstarman-perl/current/
    branches/upstream/libstarman-perl/current/.gitignore
    branches/upstream/libstarman-perl/current/Changes
    branches/upstream/libstarman-perl/current/MANIFEST
    branches/upstream/libstarman-perl/current/META.yml
    branches/upstream/libstarman-perl/current/Makefile.PL
    branches/upstream/libstarman-perl/current/README
    branches/upstream/libstarman-perl/current/bin/
    branches/upstream/libstarman-perl/current/bin/starman   (with props)
    branches/upstream/libstarman-perl/current/inc/
    branches/upstream/libstarman-perl/current/inc/Module/
    branches/upstream/libstarman-perl/current/inc/Module/AutoInstall.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/
    branches/upstream/libstarman-perl/current/inc/Module/Install.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/AuthorTests.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/AutoInstall.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/Base.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/Can.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/Fetch.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/Include.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/Makefile.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/Metadata.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/ReadmeFromPod.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/Repository.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/Scripts.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/Win32.pm
    branches/upstream/libstarman-perl/current/inc/Module/Install/WriteAll.pm
    branches/upstream/libstarman-perl/current/inc/Test/
    branches/upstream/libstarman-perl/current/inc/Test/Builder/
    branches/upstream/libstarman-perl/current/inc/Test/Builder/Module.pm
    branches/upstream/libstarman-perl/current/inc/Test/Requires.pm
    branches/upstream/libstarman-perl/current/lib/
    branches/upstream/libstarman-perl/current/lib/HTTP/
    branches/upstream/libstarman-perl/current/lib/HTTP/Server/
    branches/upstream/libstarman-perl/current/lib/HTTP/Server/PSGI/
    branches/upstream/libstarman-perl/current/lib/HTTP/Server/PSGI/Net/
    branches/upstream/libstarman-perl/current/lib/HTTP/Server/PSGI/Net/Server/
    branches/upstream/libstarman-perl/current/lib/HTTP/Server/PSGI/Net/Server/PreFork.pm
    branches/upstream/libstarman-perl/current/lib/Plack/
    branches/upstream/libstarman-perl/current/lib/Plack/Handler/
    branches/upstream/libstarman-perl/current/lib/Plack/Handler/Starman.pm
    branches/upstream/libstarman-perl/current/lib/Starman/
    branches/upstream/libstarman-perl/current/lib/Starman.pm
    branches/upstream/libstarman-perl/current/lib/Starman/Server.pm
    branches/upstream/libstarman-perl/current/t/
    branches/upstream/libstarman-perl/current/t/00_compile.t
    branches/upstream/libstarman-perl/current/t/chunked_req.t
    branches/upstream/libstarman-perl/current/t/suite.t
    branches/upstream/libstarman-perl/current/xt/
    branches/upstream/libstarman-perl/current/xt/perlcritic.t
    branches/upstream/libstarman-perl/current/xt/pod.t
    branches/upstream/libstarman-perl/current/xt/podspell.t
    branches/upstream/libstarman-perl/current/xt/synopsis.t

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

Added: branches/upstream/libstarman-perl/current/.gitignore
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/.gitignore?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/Changes?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/MANIFEST?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/META.yml?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/Makefile.PL?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/README?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/bin/starman
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/bin/starman?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/AutoInstall.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/AutoInstall.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/AuthorTests.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/AuthorTests.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/AutoInstall.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/AutoInstall.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/Base.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/Can.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/Fetch.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/Include.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/Include.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/Makefile.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/Metadata.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/ReadmeFromPod.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/ReadmeFromPod.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/Repository.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/Repository.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/Scripts.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/Scripts.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/Win32.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Module/Install/WriteAll.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Test/Builder/Module.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Test/Builder/Module.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/inc/Test/Requires.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/inc/Test/Requires.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/lib/HTTP/Server/PSGI/Net/Server/PreFork.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/lib/HTTP/Server/PSGI/Net/Server/PreFork.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/lib/Plack/Handler/Starman.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/lib/Plack/Handler/Starman.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/lib/Starman.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/lib/Starman.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/lib/Starman/Server.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/lib/Starman/Server.pm?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/t/00_compile.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/t/00_compile.t?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/t/chunked_req.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/t/chunked_req.t?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/t/suite.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/t/suite.t?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/xt/perlcritic.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/xt/perlcritic.t?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/xt/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/xt/pod.t?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/xt/podspell.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/xt/podspell.t?rev=67785&op=file

Added: branches/upstream/libstarman-perl/current/xt/synopsis.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libstarman-perl/current/xt/synopsis.t?rev=67785&op=file




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