# Sys::Lastlog
Get access to the last login information on Unix-like systems
[](
https://travis-ci.org/jonathanstowe/p6-Sys-Lastlog)
## Description
This module is designed to provided an Object Oriented API to the lastlog
file found on many Unix-like systems. Some systems do not have this file
so this module will not be of much use on those systems.
## Installation
Currently there is no dedicated test to determine whether your platform is
supported, the unit tests will simply fail horribly.
Assuming you have a working Rakudo Perl 6 installation you should be able to
install this with *zef* :
# From the source directory
zef install .
# Remote installation
zef install Sys::Lastlog
## Support
Suggestions/patches are welcomed via github at
https://github.com/jonathanstowe/Sys-Lastlog/issues
## Copyright and Licence
This is free software, please see the [LICENCE](LICENCE) file.
© Jonathan Stowe 2015-2019