r52508 - in /branches/upstream/libextutils-xspp-perl/current: ./ lib/ExtUtils/ lib/ExtUtils/XSpp/ lib/ExtUtils/XSpp/Node/ lib/ExtUtils/XSpp/Typemap/ t/

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Feb 11 04:39:23 UTC 2010


Author: ansgar-guest
Date: Thu Feb 11 04:39:07 2010
New Revision: 52508

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

Added:
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node/
    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/lib/ExtUtils/XSpp/Typemap/
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Typemap/parsed.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Typemap/reference.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Typemap/simple.pm
Modified:
    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/lib/ExtUtils/XSpp.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Lexer.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Node.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Parser.pm
    branches/upstream/libextutils-xspp-perl/current/lib/ExtUtils/XSpp/Typemap.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

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

Modified: branches/upstream/libextutils-xspp-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libextutils-xspp-perl/current/Changes?rev=52508&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=52508&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=52508&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=52508&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=52508&op=diff

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

Added: 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=52508&op=file

Added: 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=52508&op=file

Added: 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=52508&op=file

Added: 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=52508&op=file

Added: 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=52508&op=file

Added: 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=52508&op=file

Added: 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=52508&op=file

Added: 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=52508&op=file

Added: 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=52508&op=file

Added: 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=52508&op=file

Added: 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=52508&op=file

Added: 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=52508&op=file

Added: 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=52508&op=file

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

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

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

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

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

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=52508&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=52508&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=52508&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=52508&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=52508&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=52508&op=diff

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=52508&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=52508&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=52508&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=52508&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=52508&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=52508&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=52508&op=diff




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