Subject: | Can't compile using VC++ |
The module doesn't compile using VC++, at least up to version 10.0,
because only C89 is supported. Which means variables need to be
declared at the beginning of blocks.
In ExuberantCTags.xs, all variables are declared in *INIT* sections. It
compiles fine if *PREINIT* is used instead.
t/Parse-ExuberantCTags.t .. ok
All tests successful.
Files=1, Tests=21, 0 wallclock secs ( 0.00 usr + 0.03 sys = 0.03 CPU)
Result: PASS