in reply to Re^3: Adminmisc & V5.16
in thread Adminmisc & V5.16

Just ran into a problem using this postamble in  Win32-Daemon-20131206\Makefile.PL

It should be

sub MY::xs_c { ' .xs.cpp: $(XSUBPPRUN) $(XSPROTOARG) $(XSUBPPARGS) $*.xs >xstmp.c && $(MV) x +stmp.c $*.cpp '; }

Replies are listed 'Best First'.
Re^5: Adminmisc & V5.16 ( Win32-Daemon-20131206\Makefile.PL )
by Anonymous Monk on Oct 06, 2015 at 08:54 UTC
    The problem was  Can't locate object method "new" via package "ExtUtils::ParseXS" at ....site\lib\ExtUtils\xsubpp line 50.