@ISA = qw(ExtUtils::Constant::Base Exporter);
@EXPORT_OK = qw(%XS_Constant %XS_TypeSet);
-$VERSION = '0.01';
+$VERSION = '0.02';
$is_perl56 = ($] < 5.007 && $] > 5.005_50);
@items);
$result .= <<'EOT';
-print constant_types(); # macro defs
+print constant_types(), "\n"; # macro defs
EOT
$package = perl_stringify($package);
$result .=
$result .= ", $breakout" . ', @names) ) {
print $_, "\n"; # C constant subs
}
-print "#### XS Section:\n";
+print "\n#### XS Section:\n";
print XS_constant ("' . $package . '", $types);
__END__
*/