NAME
Win32::IEHistory::History - parse Internet Explorer's History index.dat
SYNOPSIS
use Win32::IEHistory::History;
my $cache = Win32::IEHistory::History->new;
DESCRIPTION
This is just a sugar for Win32::IEHistory to make Win32 users happy.
METHOD
new
searches for a history directory in the registry, and provides it to the parent Win32::IEHistory.
AUTHOR
Kenichi Ishigaki, <ishigaki at cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.