Description
perl-ExtUtils-XSpp - XS for C++
Distribution: openSUSE 42.1
Repository: openSUSE Oss all
Package name: perl-ExtUtils-XSpp
Package version: 0.18
Package release: 1.1
Package architecture: x86_64
Package type: rpm
Installed size: 621.52 KB
Download size: 156.98 KB
Official Mirror: ftp.gwdg.de
Anything that does not look like a XS++ directive or a class declaration is
passed verbatim to XS. If you want XS++ to ignore code that looks like a
XS++ directive or class declaration, simply surround it with a raw block
delimiter like this:
%{
XS++ won't interpret this
%}