mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
6 lines
320 B
Plaintext
6 lines
320 B
Plaintext
The motivation behind this modules is that Log::Any::Adapter::Null does
|
|
not inherit from Log::Any::Adapter::Base which all of the other adapters
|
|
do. Moose will not allow a type union of undefined types unless they are
|
|
Moose classes. This module allows you to simply use the LogAny type which
|
|
has done the union for you.
|