r28136 - in /branches/upstream/libdirectory-scratch-perl: ./ current/ current/examples/ current/inc/ current/inc/Module/ current/inc/Module/Install/ current/lib/ current/lib/Directory/ current/t/ current/t/developer/ current/t/integration/ current/t/os/ current/t/unit/

jeremiah-guest at users.alioth.debian.org jeremiah-guest at users.alioth.debian.org
Fri Dec 12 21:57:35 UTC 2008


Author: jeremiah-guest
Date: Fri Dec 12 21:57:31 2008
New Revision: 28136

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28136
Log:
[svn-inject] Installing original source of libdirectory-scratch-perl

Added:
    branches/upstream/libdirectory-scratch-perl/
    branches/upstream/libdirectory-scratch-perl/current/
    branches/upstream/libdirectory-scratch-perl/current/.gitignore
    branches/upstream/libdirectory-scratch-perl/current/Changes
    branches/upstream/libdirectory-scratch-perl/current/MANIFEST
    branches/upstream/libdirectory-scratch-perl/current/MANIFEST.SKIP
    branches/upstream/libdirectory-scratch-perl/current/META.yml
    branches/upstream/libdirectory-scratch-perl/current/Makefile.PL
    branches/upstream/libdirectory-scratch-perl/current/README
    branches/upstream/libdirectory-scratch-perl/current/examples/
    branches/upstream/libdirectory-scratch-perl/current/examples/basic.pl
    branches/upstream/libdirectory-scratch-perl/current/inc/
    branches/upstream/libdirectory-scratch-perl/current/inc/Module/
    branches/upstream/libdirectory-scratch-perl/current/inc/Module/Install/
    branches/upstream/libdirectory-scratch-perl/current/inc/Module/Install.pm
    branches/upstream/libdirectory-scratch-perl/current/inc/Module/Install/Base.pm
    branches/upstream/libdirectory-scratch-perl/current/inc/Module/Install/Can.pm
    branches/upstream/libdirectory-scratch-perl/current/inc/Module/Install/Fetch.pm
    branches/upstream/libdirectory-scratch-perl/current/inc/Module/Install/Makefile.pm
    branches/upstream/libdirectory-scratch-perl/current/inc/Module/Install/Metadata.pm
    branches/upstream/libdirectory-scratch-perl/current/inc/Module/Install/PAR.pm
    branches/upstream/libdirectory-scratch-perl/current/inc/Module/Install/Win32.pm
    branches/upstream/libdirectory-scratch-perl/current/inc/Module/Install/WriteAll.pm
    branches/upstream/libdirectory-scratch-perl/current/lib/
    branches/upstream/libdirectory-scratch-perl/current/lib/Directory/
    branches/upstream/libdirectory-scratch-perl/current/lib/Directory/Scratch.pm
    branches/upstream/libdirectory-scratch-perl/current/t/
    branches/upstream/libdirectory-scratch-perl/current/t/00-load.t
    branches/upstream/libdirectory-scratch-perl/current/t/developer/
    branches/upstream/libdirectory-scratch-perl/current/t/developer/boilerplate.t
    branches/upstream/libdirectory-scratch-perl/current/t/developer/pod-coverage.t
    branches/upstream/libdirectory-scratch-perl/current/t/developer/pod.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/
    branches/upstream/libdirectory-scratch-perl/current/t/integration/01-parents_too.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/01-scratch.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/02-nesting.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/03-list.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/04-links.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/05-readwrite.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/06-append-prepend.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/07-delete.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/08-exists.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/09-clone_object.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/10-new-with-arguments.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/11-cleanup.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/11-stringify.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/12-randfile.t
    branches/upstream/libdirectory-scratch-perl/current/t/integration/other_output_seperator.t
    branches/upstream/libdirectory-scratch-perl/current/t/os/
    branches/upstream/libdirectory-scratch-perl/current/t/os/mac.t
    branches/upstream/libdirectory-scratch-perl/current/t/os/win32.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/
    branches/upstream/libdirectory-scratch-perl/current/t/unit/append.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/chmod.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/cleanup.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/create_tree.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/delete.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/invalid_clone.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/invalid_directory.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/link.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/ls.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/mkdir.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/openfile.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/randfile.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/read.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/stat.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/tempfile.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/touch.t
    branches/upstream/libdirectory-scratch-perl/current/t/unit/write.t

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

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

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

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

Added: branches/upstream/libdirectory-scratch-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/MANIFEST.SKIP?rev=28136&op=file

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

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

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

Added: branches/upstream/libdirectory-scratch-perl/current/examples/basic.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/examples/basic.pl?rev=28136&op=file

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

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

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

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

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

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

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

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

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

Added: branches/upstream/libdirectory-scratch-perl/current/lib/Directory/Scratch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/lib/Directory/Scratch.pm?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/00-load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/00-load.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/developer/boilerplate.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/developer/boilerplate.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/developer/pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/developer/pod-coverage.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/developer/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/developer/pod.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/01-parents_too.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/01-parents_too.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/01-scratch.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/01-scratch.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/02-nesting.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/02-nesting.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/03-list.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/03-list.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/04-links.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/04-links.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/05-readwrite.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/05-readwrite.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/06-append-prepend.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/06-append-prepend.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/07-delete.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/07-delete.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/08-exists.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/08-exists.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/09-clone_object.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/09-clone_object.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/10-new-with-arguments.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/10-new-with-arguments.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/11-cleanup.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/11-cleanup.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/11-stringify.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/11-stringify.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/12-randfile.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/12-randfile.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/integration/other_output_seperator.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/integration/other_output_seperator.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/os/mac.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/os/mac.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/os/win32.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/os/win32.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/append.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/append.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/chmod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/chmod.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/cleanup.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/cleanup.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/create_tree.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/create_tree.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/delete.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/delete.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/invalid_clone.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/invalid_clone.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/invalid_directory.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/invalid_directory.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/link.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/link.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/ls.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/ls.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/mkdir.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/mkdir.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/openfile.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/openfile.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/randfile.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/randfile.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/read.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/read.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/stat.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/stat.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/tempfile.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/tempfile.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/touch.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/touch.t?rev=28136&op=file

Added: branches/upstream/libdirectory-scratch-perl/current/t/unit/write.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdirectory-scratch-perl/current/t/unit/write.t?rev=28136&op=file




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