This module is a few days away from being a year without a new release,
and that is depressing since it's probably the best module on CPAN.
"use" is very utilitarian, but also over-euphemistic for a dependancy. I
can use a car, but I don't need one. Conversely, I can use strict, but I
don't need to. But I need to use Net::FTP, so I would like to say:
use the strict;
needs a Moose;
needs the Net::FTP;
likes some Cache;
sub BEGIN {
my $self = shift;
got the Cache and $self->install_the_cache
}