Package perl-File-ShareDir: Information

    Source package: perl-File-ShareDir
    Version: 1.03-alt2
    Build time:  Nov 19, 2011, 09:03 AM
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: Locate per-dist and per-module shared files
    Description: 
    The intent of File::ShareDir is to provide a companion to
    Class::Inspector and File::HomeDir, modules that take a process that is
    well-known by advanced Perl developers but gets a little tricky, and
    make it more available to the larger Perl community.
    
    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.
    
    Perl provides a little-known method for doing this, but almost nobody is
    aware that it exists. As a result, module authors often go through some
    very strange ways to make the data available to their code.

    List of rpms provided by this srpm:
    perl-File-ShareDir (noarch)

    Maintainer: Alexey Tourbin


    ACL:
    @qa_p7

      1. perl-Class-Inspector
      2. perl-Pod-Escapes
      3. perl-devel

    Last changed


    Nov. 19, 2011 Alexey Tourbin 1.03-alt2
    - rebuilt
    Sept. 22, 2011 Igor Vlasenko 1.03-alt1
    - automated CPAN update
    Nov. 22, 2010 Igor Vlasenko 1.02-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu