Pullup ticket #2685 - requested by he
[pkgsrc.git] / devel / p5-File-ShareDir / DESCR
1 The intent of File::ShareDir is to provide a companion to Class::Inspector
2 and File::HomeDir, modules that take a process that is well-known by
3 advanced Perl developers but gets a little tricky, and make it more
4 available to the larger Perl community.
5
6 Quite often you want or need your Perl module (CPAN or otherwise) to have
7 access to a large amount of read-only data that is stored on the
8 file-system at run-time.
9
10 On a linux-like system, this would be in a place such as /usr/share,
11 however Perl runs on a wide variety of different systems, and so the use
12 of any one location is unreliable.