Jeffrey Ratcliffe wrote:
I attach the ExtUtils::Constant example from the blog.
Try changing, in Test.pm, this: sub test { print XST_ENUM_1, "\n"; } to this: sub test { print XST_ENUM_1(), "\n"; } -Torsten
Jeffrey Ratcliffe wrote:
I attach the ExtUtils::Constant example from the blog.
Try changing, in Test.pm, this: sub test { print XST_ENUM_1, "\n"; } to this: sub test { print XST_ENUM_1(), "\n"; } -Torsten