Skip Menu |

This queue is for tickets about the ExtUtils-XSpp CPAN distribution.

Report information
The Basics
Id: 59408
Status: resolved
Priority: 0/
Queue: ExtUtils-XSpp

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.12
Fixed in: (no value)



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?
The Lexer.pm file is intended to modify the ExtUtils::XSpp::Grammar namespace. For clarity, I added a "package ExtUtils::XSpp::Lexer;" at the top of the file. That'll be in the next release. --Steffen