Subject: | Use of non-existing ExtUtils::XSpp::Lexer package |
I'd like to ask for an statement that confuse me in 0.12.
At the end of ExtUtils/XSpp/Grammar.pm file is
use ExtUtils::XSpp::Lexer;
However ExtUtils/XSpp/Lexer.pm does not export Lexer package.
Does the use have some hidden purpose or is it just a mistake?