in reply to Re^4: How do I package a module and related apps for successful upload to cpan
in thread How do I package a module and related apps for successful upload to cpan
Plan C
1. Weather-GHCN will be the package name, and it will contain lib Weather/GHCN and the .pm files for the GHCN modules.
2. App-ghcn will be the package name for the app modules in lib) and all three scripts (in /bin)
This way, App::ghcn will show up in cpan search, and installing App::ghcn will install the scripts in /site/bin. Weather::GHCN will be a dependency.
|
---|