File: README

package info (click to toggle)
libfile-basedir-perl 0.08-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 128 kB
  • sloc: perl: 220; makefile: 5; sh: 1
file content (32 lines) | stat: -rw-r--r-- 679 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
File-BaseDir
============

This module can be used to find directories and files as specified
by the Freedekstop.org Base Directory 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 allready installed on
your system :

  Module::Build
  Carp
  Exporter
  File::Spec

COPYRIGHT AND LICENCE

Copyright (c) 2003, 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.