Re: Help naming module

2013-11-22 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article , Jason Goth wrote: > I envision that there would be different components for VCC (Verizon Cloud > Compute), VCS (Verizon Cloud Storage), Verizon Enterprise Cloud (Ecloud), > a

Help naming module

2013-11-21 Thread Jason Goth
I'm looking to create a module that will be a perl interface to Verizon Cloud services. I haven't decided if this should be an OO module or more a "traditional" approach That is: use Vz::Ecloud::VirtualMachine; my $vm = Vz::Ecloud::VirtualMachine->new; $vm->set... $vm->launch; vs use Vz::Eclou