Ignore:
Timestamp:
07/23/09 15:57:19 (15 years ago)
Author:
nanardon
Message:
  • fill perl requirement
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/Makefile.PL

    r254 r258  
    66    NAME              => 'LATMOS::Accounts', 
    77    VERSION_FROM      => 'lib/LATMOS/Accounts.pm', # finds $VERSION 
    8     PREREQ_PM         => {}, # e.g., Module::Name => 1.1 
     8    PREREQ_PM         => { 
     9        'Net::LDAP' => undef, 
     10        'Unicode::Map8' => undef, 
     11        'DBD::Pg' => undef, 
     12    }, # e.g., Module::Name => 1.1 
    913    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005 
    1014      (ABSTRACT_FROM  => 'lib/LATMOS/Accounts.pm', # retrieve abstract from module 
Note: See TracChangeset for help on using the changeset viewer.