Skip Menu |

This queue is for tickets about the App-RabbitTail CPAN distribution.

Report information
The Basics
Id: 67371
Status: resolved
Priority: 0/
Queue: App-RabbitTail

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.001
Fixed in: (no value)



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.
This is now fixed. Thanks for the bug report.