I'd go for Device::Car::Tesla(::ModelS)?. Car, not Auto, because in most of the English-speaking world auto means automatic, not automobile.
-- David Cantrell This electrogram was despatched by wireless field telegraph. I would therefore ask that the recipient be so kind as to excuse any failures of courtesy or linguistic inelegance as an unfortunate side-effect of the technology. On 11 Sep 2013, at 18:49, Greg Lindahl <lind...@pbm.com> wrote: > I have a module that talks to my car, a Tesla Model S. You can get > speed and position, remotely turn on the AC, all that good stuff. > > These sorts of things are sometimes called the Internet of Things, or > IOT. > > Looking in CPAN I don't see any existing modules for cars or > mentioning the Internet of Things. There is a top-level group named > Device that might be useful ... Device::Tesla? Device::Auto::Tesla ? > > Thanks in advance! > > -- greg