I'm wrote a Ruby library that wraps Apple's iTMSTransporter executable (http://github.com/sshaw/itunes_store_transporter). I'm going to port it to Perl, but I'm not sure what namespace would be best.
iTMSTransporter allows one to upload their music, app, video, etc.. to the iTunes store. Some existing Apple related namespaces that I'm not too inclined to appropriate: Net::iTMS (its Net) iPod::Squish Mac::iTunes WWW or WebService (not really a WWW or web service) I'm inclined to use the namespace used by Ruby lib: iTunes::Store::Transporter. Any thoughts or suggestions?