The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
File-DesktopEntry
=================

This module can be used to work with .desktop files
as specified by the Freedesktop.org specification.

INSTALLATION

The easiest is installation using your cpan client. This will
take care of installing any dependencies:

   cpan File::DesktopEntry

To install this module manually type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules which can be obtained from
the CPAN <http://cpan.org> if they are not already installed on
your system:

  Carp
  File::Spec
  File::Path
  File::BaseDir

On windows you will also need:

  Win32::Process

COPYRIGHT AND LICENCE

Copyright (c) 2005, 2007 Jaap G Karssenberg.
Maintained by Michiel Beijen.

All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.