http://qs321.pair.com?node_id=11127354


in reply to Re^2: guidance on naming my first module for CPAN
in thread guidance on naming my first module for CPAN

Hi again,

You'd have in your distribution:

lib/ lib/Device/ lib/Device/LG/ lib/Device/LG/QuickMemoPlus.pm lib/Device/LG/QuickMemoPlus/ lib/Device/LG/QuickMemoPlus/Extract.pm
... and your package names would start at Device:
lib/Device/LG/QuickMemoPlus.pm -> package Device::LG::QuickMemo lib/Device/LG/QuickMemoPlus/Extract.pm -> package Device::LG::QuickMem +o::Extract

Hope this helps!


The way forward always starts with a minimal test.