diff options
Diffstat (limited to 'devel/p5-File-ShareDir-Tiny/pkg-descr')
-rw-r--r-- | devel/p5-File-ShareDir-Tiny/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/p5-File-ShareDir-Tiny/pkg-descr b/devel/p5-File-ShareDir-Tiny/pkg-descr new file mode 100644 index 000000000000..ca2f48644816 --- /dev/null +++ b/devel/p5-File-ShareDir-Tiny/pkg-descr @@ -0,0 +1,10 @@ +Quite often you want or need your Perl module (CPAN or otherwise) to have access +to a large amount of read-only data that is stored on the file-system at +run-time. + +On a linux-like system, this would be in a place such as /usr/share, however +Perl runs on a wide variety of different systems, and so the use of any one +location is unreliable. + +File::ShareDir::Tiny provides a more portable way to have (read-only) data for +your module. |