The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl module DBD::Sys

0.02 2010-07-nn
    - rename columns which were reserved sql words for table procs
    - rework plugin-management and table-management:
	* allow multiple implementors for one table
	* merge the data from multiple implementors on primary key
    - rely on DBI::DBD::SqlEngine
    - add support for Win32::Process::Info
    - fix DBD::Sys::Plugin::Unix::Users and DBD::Sys::Plugin::Unix::Groups
      using setpwent/setgrent as recommended by
      Ashish SHUKLA <ashish@freebsd.org> (and by Richard W. Stevens)
    - add logins table to get a list of logged in users
    - add openfiles table

0.01 2010-05-14
    - original version; released to an unsuspecting world ...