The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
disableXS	# perl script to disable XSUB
enableXS	# perl script to enable XSUB
Makefile.PL
MANIFEST	MANIFEST for XSUB
MANIFEST.N	# MANIFEST for NoXSUB (pure perl)
META.json	# meta file
META.yml	# meta file
mkheader	perl script to make C header files for XSUB
README
Util.pm		perl module for XSUB
Util.pmN	# perl module for NoXSUB (pure perl)
Util.xs		extension for XSUB
t/filler.t
t/fulldec.t
t/std.t
t/test.t
t/type.t
t/unary.t