Changeset 1653 for trunk/LATMOS-Accounts


Ignore:
Timestamp:
01/25/16 11:02:15 (8 years ago)
Author:
nanardon
Message:

add la2xls: generate xls file

Location:
trunk/LATMOS-Accounts
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/Makefile.PL

    r1623 r1653  
    3737        'Crypt::SmbHash' => undef, 
    3838        'Date::Calc' => undef, 
     39        'Spreadsheet::WriteExcel' => undef, 
    3940    }, # e.g., Module::Name => 1.1 
    4041    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005 
     
    7677        bin/la-sql-runstat 
    7778        bin/la-sql-stat2csv 
     79        bin/la2xls 
    7880        ) ], 
    7981        macro => { 
  • trunk/LATMOS-Accounts/latmos-accounts.spec.in

    r1623 r1653  
    3939BuildRequires: perl(Crypt::SmbHash) 
    4040BuildRequires: perl(Date::Calc) 
     41BuildRequires: perl(Spreadsheet::WriteExcel) 
    4142 
    4243Requires: perl(Mail::Sendmail) 
Note: See TracChangeset for help on using the changeset viewer.