Subject: | Rename module to WWW::Vimeo |
If it's not too late, please consider renaming from Net:: to WWW::
From https://pause.perl.org/pause/query?ACTION=pause_namingmodules :
"Net
The Net namespace is one of the most abused namespaces out there. Originally designed as a home for the code that knows how to talk various defined network protocols, such as FTP, HTTP, NNTP, and so on, people started using it for code that merely used the network without knowing anything about it. Modules that interact with websites use the network, but they aren't about the network, and they have much better homes in WWW or WebService. If you are implementing a network protocol rather than an application protocol, then Net might be for you. Otherwise, it isn't."