in reply to Re^2: Modulino to report ip address changes
in thread Modulino to report ip address changes
"Almost all the members of the App namespace have lower case names."
I just typed "App::" into https://metacpan.org/. The list presented did have a lot that matched /^App::[a-z]/ but the majority matched /^App::[A-Z]/. I acknowledge that the list was incomplete. I don't see /^App::[a-z]/ as being a convention or even preferred usage.
"... App::cpanminus ... I think it is so that the command can be run from the command line ..."
I haven't spent any time investigating this. I know that App::cpanminus has the command cpanm, not cpanminus. I also know that the first module presented in the list I referred to above, App::Ack, has the command ack, not Ack.
"I want something runnable from the command line but at the same time testable."
As I said originally, "Without any code, it's not really possible to make many comments about this."; however, as it stands, I don't know what problem you're facing with a normal (non-modulino) module. Perhaps you could expand on this.
In closing, both ++NERDVANA#11147204 and ++eyepopslikeamosquito#11147206 make good comments about lib/ and bin/. Also, NERDVANA's remarks regarding naming are valid.
— Ken
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Modulino to report ip address changes
by davies (Monsignor) on Oct 03, 2022 at 19:29 UTC | |
by kcott (Archbishop) on Oct 04, 2022 at 01:32 UTC | |
by davies (Monsignor) on Oct 04, 2022 at 09:40 UTC |