Sexual Harassment?
package Company::Connection;
use Moose;
...
sub connection {
my ($self, @args) = @_;
# @Linda: I hope this isn't creepy but if you're reading this I just
# want to say I think you're awesome and we should go out on a date
# sometime soon. Do you agree [Yes/No] -- Matt
# ps. do not commit this class to the master branch!!!
...
return $self;
}
1;