r56124 - in /branches/upstream/libextutils-xspp-perl/current: ./ lib/ExtUtils/ lib/ExtUtils/XSpp/ lib/ExtUtils/XSpp/Exception/ lib/ExtUtils/XSpp/Node/ t/ t/lib/XSP/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Apr 15 10:30:39 UTC 2010


Author: ansgar-guest
Date: Thu Apr 15 10:30:28 2010
New Revision: 56124

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56124
Log:
[svn-upgrade] Integrating new upstream version, libextutils-xspp-perl (0.10)

Added:
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/code.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/object.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/perlcode.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/simple.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/stdmessage.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/unknown.pm
    branches/upstream/libextutils-xspp-perl/current/t/022_virtual.t
    branches/upstream/libextutils-xspp-perl/current/t/090_exceptions.t
Modified:
    branches/upstream/libextutils-xspp-perl/current/Build.PL
    branches/upstream/libextutils-xspp-perl/current/Changes
    branches/upstream/libextutils-xspp-perl/current/MANIFEST
    branches/upstream/libextutils-xspp-perl/current/META.yml
    branches/upstream/libextutils-xspp-perl/current/XSP.yp
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Grammar.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Lexer.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Access.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Argument.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Class.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Comment.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Constructor.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Destructor.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/File.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Function.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Method.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Module.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Package.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Raw.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Type.pm
    branches/upstream/libextutils-xspp-perl/current/t/005_io.t
    branches/upstream/libextutils-xspp-perl/current/t/010_base.t
    branches/upstream/libextutils-xspp-perl/current/t/011_multiple_files.t
    branches/upstream/libextutils-xspp-perl/current/t/015_reference.t
    branches/upstream/libextutils-xspp-perl/current/t/020_rename.t
    branches/upstream/libextutils-xspp-perl/current/t/022_static.t
    branches/upstream/libextutils-xspp-perl/current/t/023_base_classes.t
    branches/upstream/libextutils-xspp-perl/current/t/030_code_blocks.t
    branches/upstream/libextutils-xspp-perl/current/t/031_verbatim_blocks.t
    branches/upstream/libextutils-xspp-perl/current/t/035_include.t
    branches/upstream/libextutils-xspp-perl/current/t/040_plugin.t
    branches/upstream/libextutils-xspp-perl/current/t/075_types.t
    branches/upstream/libextutils-xspp-perl/current/t/080_complex_typemap.t
    branches/upstream/libextutils-xspp-perl/current/t/lib/XSP/Test.pm

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

Modified: branches/upstream/libextutils-xspp-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/Build.PL?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/Changes?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/MANIFEST?rev=56124&op=diff

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

Modified: branches/upstream/libextutils-xspp-perl/current/XSP.yp
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/XSP.yp?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp.pm?rev=56124&op=diff

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception.pm?rev=56124&op=file

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/code.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/code.pm?rev=56124&op=file

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/object.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/object.pm?rev=56124&op=file

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/perlcode.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/perlcode.pm?rev=56124&op=file

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/simple.pm?rev=56124&op=file

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/stdmessage.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/stdmessage.pm?rev=56124&op=file

Added: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/unknown.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Exception/unknown.pm?rev=56124&op=file

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Grammar.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Grammar.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Lexer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Lexer.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Access.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Access.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Argument.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Argument.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Class.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Class.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Comment.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Comment.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Constructor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Constructor.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Destructor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Destructor.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/File.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/File.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Function.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Function.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Method.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Method.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Module.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Module.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Package.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Package.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Raw.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Raw.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Type.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/Type.pm?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/005_io.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/005_io.t?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/010_base.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/010_base.t?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/011_multiple_files.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/011_multiple_files.t?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/015_reference.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/015_reference.t?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/020_rename.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/020_rename.t?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/022_static.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/022_static.t?rev=56124&op=diff

Added: branches/upstream/libextutils-xspp-perl/current/t/022_virtual.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/022_virtual.t?rev=56124&op=file

Modified: branches/upstream/libextutils-xspp-perl/current/t/023_base_classes.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/023_base_classes.t?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/030_code_blocks.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/030_code_blocks.t?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/031_verbatim_blocks.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/031_verbatim_blocks.t?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/035_include.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/035_include.t?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/040_plugin.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/040_plugin.t?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/075_types.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/075_types.t?rev=56124&op=diff

Modified: branches/upstream/libextutils-xspp-perl/current/t/080_complex_typemap.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/080_complex_typemap.t?rev=56124&op=diff

Added: branches/upstream/libextutils-xspp-perl/current/t/090_exceptions.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/090_exceptions.t?rev=56124&op=file

Modified: branches/upstream/libextutils-xspp-perl/current/t/lib/XSP/Test.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/t/lib/XSP/Test.pm?rev=56124&op=diff




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