in reply to Re: Moose handling of unwanted parameters
in thread Moose handling of unwanted parameters

Fear not, since the code is a free software. See the classes Siebel::Srvrmgr::Daemon and subclasses of it.

I specially liked the Moose::Role suggestion, using only a method to indicate connection is required (because Siebel::Srvrmgr::Daemon::Offline - which is not on CPAN yet - doesn't require one). Do you mean to create an required attribute, didn't you?

Alceu Rodrigues de Freitas Junior
---------------------------------
"You have enemies? Good. That means you've stood up for something, sometime in your life." - Sir Winston Churchill
  • Comment on Re^2: Moose handling of unwanted parameters