Codebase list libfile-desktopentry-perl / debian/0.05-1
debian/0.05-1

Tree @debian/0.05-1 (Download .tar.gz)

File-DesktopEntry
=================

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

INSTALLATION

To install this module type the following:

   perl Build.PL
   ./Build
   ./Build test
   ./Build 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. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.