Changes for version 0.03

  • Added Time::Piece to pre-requisites list. Updated POD for Entry.pm

Modules

This class represents a single line from the Nginx combined access log (the default access log format). It provides methods to extract information from the log entry, such as the browser, operating system, request type, ip address and more. If you want to gather statistics about an Nginx log, consider using Nging::Log::Statistics which uses this class.