r15471 - in /branches/upstream/libcoat-perl: ./ current/ current/lib/ current/lib/Coat/ current/t/

sukria at users.alioth.debian.org sukria at users.alioth.debian.org
Sat Feb 23 22:41:51 UTC 2008


Author: sukria
Date: Sat Feb 23 22:41:50 2008
New Revision: 15471

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

Added:
    branches/upstream/libcoat-perl/
    branches/upstream/libcoat-perl/current/
    branches/upstream/libcoat-perl/current/CHANGES
    branches/upstream/libcoat-perl/current/COPYING
    branches/upstream/libcoat-perl/current/INSTALL
    branches/upstream/libcoat-perl/current/MANIFEST
    branches/upstream/libcoat-perl/current/Makefile.PL
    branches/upstream/libcoat-perl/current/README
    branches/upstream/libcoat-perl/current/lib/
    branches/upstream/libcoat-perl/current/lib/Coat/
    branches/upstream/libcoat-perl/current/lib/Coat.pm
    branches/upstream/libcoat-perl/current/lib/Coat/Meta.pm
    branches/upstream/libcoat-perl/current/lib/Coat/Object.pm
    branches/upstream/libcoat-perl/current/lib/Coat/Types.pm
    branches/upstream/libcoat-perl/current/t/
    branches/upstream/libcoat-perl/current/t/000_load.t
    branches/upstream/libcoat-perl/current/t/001_context.t
    branches/upstream/libcoat-perl/current/t/002_always_strict_warnings.t
    branches/upstream/libcoat-perl/current/t/003_coat_object.t
    branches/upstream/libcoat-perl/current/t/004_wrapped_method_context_propagation.t
    branches/upstream/libcoat-perl/current/t/005_coat_empty_class.t
    branches/upstream/libcoat-perl/current/t/006_extends.t
    branches/upstream/libcoat-perl/current/t/007_inheritance.t
    branches/upstream/libcoat-perl/current/t/008_multiple-around.t
    branches/upstream/libcoat-perl/current/t/009_point.t
    branches/upstream/libcoat-perl/current/t/010_hooks.t
    branches/upstream/libcoat-perl/current/t/011_metaclass_attributes_inheritance.t
    branches/upstream/libcoat-perl/current/t/012_attribute_default_sub.t
    branches/upstream/libcoat-perl/current/t/013_type_constraints.t
    branches/upstream/libcoat-perl/current/t/014_attribute_permisisons.t
    branches/upstream/libcoat-perl/current/t/015_build_sub.t
    branches/upstream/libcoat-perl/current/t/016_type_constraints.t
    branches/upstream/libcoat-perl/current/t/017_triggers.t

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

Added: branches/upstream/libcoat-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/CHANGES?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/COPYING
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/COPYING?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/INSTALL
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/INSTALL?rev=15471&op=file

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

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

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

Added: branches/upstream/libcoat-perl/current/lib/Coat.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/lib/Coat.pm?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/lib/Coat/Meta.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/lib/Coat/Meta.pm?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/lib/Coat/Object.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/lib/Coat/Object.pm?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/lib/Coat/Types.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/lib/Coat/Types.pm?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/000_load.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/000_load.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/001_context.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/001_context.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/002_always_strict_warnings.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/002_always_strict_warnings.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/003_coat_object.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/003_coat_object.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/004_wrapped_method_context_propagation.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/004_wrapped_method_context_propagation.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/005_coat_empty_class.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/005_coat_empty_class.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/006_extends.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/006_extends.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/007_inheritance.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/007_inheritance.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/008_multiple-around.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/008_multiple-around.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/009_point.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/009_point.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/010_hooks.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/010_hooks.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/011_metaclass_attributes_inheritance.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/011_metaclass_attributes_inheritance.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/012_attribute_default_sub.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/012_attribute_default_sub.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/013_type_constraints.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/013_type_constraints.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/014_attribute_permisisons.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/014_attribute_permisisons.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/015_build_sub.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/015_build_sub.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/016_type_constraints.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/016_type_constraints.t?rev=15471&op=file

Added: branches/upstream/libcoat-perl/current/t/017_triggers.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcoat-perl/current/t/017_triggers.t?rev=15471&op=file




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