CC: | perl5-porters [...] perl.org, smueller [...] cpan.org |
Subject: | ExtUtils::ParseXS changes break Mojo::Base::XS |
XS.c:360: error: static declaration of ‘XS_Mojo__Base__XS_accessor_init’ follows non-static
declaration
XS.xs:117: error: previous declaration of ‘XS_Mojo__Base__XS_accessor_init’ was here
XS.c:389: error: static declaration of ‘XS_Mojo__Base__XS_accessor’ follows non-static
declaration
XS.xs:116: error: previous declaration of ‘XS_Mojo__Base__XS_accessor’ was here
XS.c:495: error: static declaration of ‘XS_Mojo__Base__XS_constructor_init’ follows non-static
declaration
XS.xs:121: error: previous declaration of ‘XS_Mojo__Base__XS_constructor_init’ was here
XS.c:522: error: static declaration of ‘XS_Mojo__Base__XS_constructor’ follows non-static
declaration
XS.xs:120: error: previous declaration of ‘XS_Mojo__Base__XS_constructor’ was here
Steffen Müller can explain this better than I, so I am forwarding this
to him.