Skip Menu |

This queue is for tickets about the Module-Load CPAN distribution.

Report information
The Basics
Id: 69886
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: Module-Load

People
Owner: BINGOS [...] cpan.org
Requestors: DAMI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.18
Fixed in: (no value)



Subject: trailing '::' silently ignored
The trailing '::' in a module name is silently ignored, instead of generating an exception. Ex. load 'Module::Load': # OK : silently happy, because already loaded load 'Module::Load::'; # WRONG : silently happy, should complain load 'Module::Load::Foo'; # OK : generates an exception
Version 0.20 has just been uploaded to CPAN which resolves this issue. Many thanks for reporting the problem.