NAME
RecentInfo::Manager::Windows - manage recent documents under Windows
SYNOPSIS
use RecentInfo::Manager::Windows;
my $mgr = RecentInfo::Manager::Windows->new();
$mgr->load();
$mgr->add('output.pdf');
$mgr->save();
->remove $filename
$mgr->remove('output.pdf');
Removes the filename from the list of recently used files.
REPOSITORY
The public repository of this module is https://github.com/Corion/RecentInfo-Manager.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
BUG TRACKER
Please report bugs in this module via Github at https://github.com/Corion/RecentInfo-Manager/issues
AUTHOR
Max Maischein corion@cpan.org
COPYRIGHT (c)
Copyright 2024-2024 by Max Maischein corion@cpan.org
.
LICENSE
This module is released under the same terms as Perl itself.