Subject: | POE::Resource or POE::Resources? |
The modules under lib/POE/Resource all define themselves as
POE::Resources:: modules, but the docs and where they live indicate they
should be POE::Resource:: modules.
e.g.:
lib/POE/Resource/Controls.pm: 3: package POE::Resources::Controls;
lib/POE/Resource/Controls.pm: 137: POE::Resource::Controls -- Switches
and Knobs for POE Internals
How should these modules be referred to? Shouldn't the package name be
in line with the directory structure?