houseabsolute / Log-Dispatch

Dispatches messages to one or more outputs
https://metacpan.org/release/Log-Dispatch/
Other
12 stars 29 forks source link

Fix breakage / syntax error in Log::Dispatch::ApacheLog #48

Closed mschout closed 7 years ago

mschout commented 7 years ago

Log::Dispatch::ApacheLog no longer works.

Trying to add an ApacheLog a logger throws error:

Undefined subroutine &Log::Dispatch::ApacheLog::validator called at /Users/mschout/Sync/gkgdrs/core/build/lib/perl5/site_perl/5.24.1/Log/Dispatch/ApacheLog.pm line 30.

Looking at the source code it seems that the sigil was missed on "validator". PR coming to address this shortly.

autarch commented 7 years ago

Fixed in 2.66