Subject: | Undeclared dependency on Moose::Autobox |
Grepping through the whole distro for Moose::Autobox finds it only in
lib/App/RabbitTail.pm:
4-use App::RabbitTail::FileTailer;
5-use AnyEvent;
6-use Data::Dumper;
7:use Moose::Autobox;
8-use MooseX::Types::Moose qw/ArrayRef Str Int/;
9-use Try::Tiny qw/ try catch /;
10-use namespace::autoclean;
and not declared in Makefile.PL or META.yml
Just a random observation while watching cpantesters results. I'm not
using the module myself.