r19465 - in /branches/upstream/libclass-std-perl: ./ current/ current/demo/ current/lib/ current/lib/Class/ current/t/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue May 6 06:46:42 UTC 2008


Author: dmn
Date: Tue May  6 06:46:39 2008
New Revision: 19465

URL: http://svn.debian.org/wsvn/?sc=1&rev=19465
Log:
[svn-inject] Installing original source of libclass-std-perl

Added:
    branches/upstream/libclass-std-perl/
    branches/upstream/libclass-std-perl/current/
    branches/upstream/libclass-std-perl/current/Build.PL
    branches/upstream/libclass-std-perl/current/Changes
    branches/upstream/libclass-std-perl/current/MANIFEST
    branches/upstream/libclass-std-perl/current/META.yml
    branches/upstream/libclass-std-perl/current/Makefile.PL
    branches/upstream/libclass-std-perl/current/README
    branches/upstream/libclass-std-perl/current/demo/
    branches/upstream/libclass-std-perl/current/demo/demo_can.pl   (with props)
    branches/upstream/libclass-std-perl/current/demo/demo_coercions.pl   (with props)
    branches/upstream/libclass-std-perl/current/demo/demo_library.pl   (with props)
    branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD.pl   (with props)
    branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD_CUMULATIVE.pl   (with props)
    branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOMETHDEF.pl   (with props)
    branches/upstream/libclass-std-perl/current/demo/demo_perlify.pl   (with props)
    branches/upstream/libclass-std-perl/current/demo/demo_shimmer.pl   (with props)
    branches/upstream/libclass-std-perl/current/demo/demo_unclass.pl   (with props)
    branches/upstream/libclass-std-perl/current/lib/
    branches/upstream/libclass-std-perl/current/lib/Class/
    branches/upstream/libclass-std-perl/current/lib/Class/Std.pm   (with props)
    branches/upstream/libclass-std-perl/current/t/
    branches/upstream/libclass-std-perl/current/t/00.load.t
    branches/upstream/libclass-std-perl/current/t/access.t
    branches/upstream/libclass-std-perl/current/t/access_automethod.t
    branches/upstream/libclass-std-perl/current/t/access_name.t
    branches/upstream/libclass-std-perl/current/t/automethod.t
    branches/upstream/libclass-std-perl/current/t/begin-coercion.t
    branches/upstream/libclass-std-perl/current/t/coercions.t
    branches/upstream/libclass-std-perl/current/t/cumulative.t
    branches/upstream/libclass-std-perl/current/t/dump.t
    branches/upstream/libclass-std-perl/current/t/perlattrs.t
    branches/upstream/libclass-std-perl/current/t/pod-coverage.t
    branches/upstream/libclass-std-perl/current/t/pod.t
    branches/upstream/libclass-std-perl/current/t/runtime.t
    branches/upstream/libclass-std-perl/current/t/simple.t
    branches/upstream/libclass-std-perl/current/t/start.t

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

Added: branches/upstream/libclass-std-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/Build.PL?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/Changes?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/MANIFEST?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/META.yml?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/Makefile.PL?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/README?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/demo/demo_can.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/demo/demo_can.pl?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/demo/demo_coercions.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/demo/demo_coercions.pl?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/demo/demo_library.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/demo/demo_library.pl?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD.pl?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD_CUMULATIVE.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOLOAD_CUMULATIVE.pl?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOMETHDEF.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/demo/demo_library_AUTOMETHDEF.pl?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/demo/demo_perlify.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/demo/demo_perlify.pl?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/demo/demo_shimmer.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/demo/demo_shimmer.pl?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/demo/demo_unclass.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/demo/demo_unclass.pl?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/lib/Class/Std.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/lib/Class/Std.pm?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/00.load.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/00.load.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/access.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/access.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/access_automethod.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/access_automethod.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/access_name.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/access_name.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/automethod.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/automethod.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/begin-coercion.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/begin-coercion.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/coercions.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/coercions.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/cumulative.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/cumulative.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/dump.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/dump.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/perlattrs.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/perlattrs.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/pod-coverage.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/pod-coverage.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/pod.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/runtime.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/runtime.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/simple.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/simple.t?rev=19465&op=file

Added: branches/upstream/libclass-std-perl/current/t/start.t
URL: http://svn.debian.org/wsvn/branches/upstream/libclass-std-perl/current/t/start.t?rev=19465&op=file




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