Blame README

Packit 0965bd
Sys/MemInfo version 0.99
Packit 0965bd
========================
Packit 0965bd
Packit 0965bd
This module return the total amount of free and used physical memory
Packit 0965bd
in bytes in totalmem and freemem variables.
Packit 0965bd
Packit 0965bd
This module has been tested on Linux 3.13.0, UnixWare 7.1.2, AIX5, OpenBSD 3.8, 
Packit 0965bd
NetBSD 2.0.2, FreBSD 5.4, HPUX11, Solaris 9, Tru64 5.1, Irix 6.5, MacOS X 10.2
Packit 0965bd
and Windows XP.
Packit 0965bd
Packit 0965bd
It should work on FreeBSD 4 and Windows 9X/ME/NT/200X/Vista.
Packit 0965bd
Packit 0965bd
INSTALLATION
Packit 0965bd
Packit 0965bd
To install this module type the following:
Packit 0965bd
Packit 0965bd
   perl Makefile.PL
Packit 0965bd
   make
Packit 0965bd
   make test
Packit 0965bd
   make install
Packit 0965bd
Packit 0965bd
DEPENDENCIES
Packit 0965bd
Packit 0965bd
This module requires these other modules and libraries:
Packit 0965bd
Packit 0965bd
  File::Copy
Packit 0965bd
Packit 0965bd
COPYRIGHT AND LICENCE
Packit 0965bd
Packit 0965bd
Copyright (C) 2005, 2006, 2014, 2016 Sylvain Cresto <scresto _at_ gmail.com>
Packit 0965bd
Packit 0965bd
This library is free software; you can redistribute it and/or modify
Packit 0965bd
it under the same terms as Perl itself.