Skip to content

Dpkg::Log - Perl library for dpkg log parsing and analysis

Notifications You must be signed in to change notification settings

aptituz/perl-dpkg-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DPKG::Log version 0.01
======================================
DPKG::Log is an object-oriented interface to parse and analyse
logfiles as written by the dpkg package manager.

It can be used to get objects of all entries in a logfile
or to extract specific information such as packages
installed in a given logfile, packages upgraded or
removed packages.  

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

DateTime
DateTime::Format::Strptime
DateTime::TimeZone
Params::Validate

COPYRIGHT AND LICENCE

Copyright (C) 2011 Patrick Schoenfeld <[email protected]>

This library is free software.
You can redistribute it and/or modify it under the same terms as perl itself.

About

Dpkg::Log - Perl library for dpkg log parsing and analysis

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages