Mercurial > repos > fgiacomoni > golm_ws_lib_search
comparison MANUAL_INSTALL.txt @ 0:e3d43b8c987b draft
Init repository with last tool-bank-golm-lib_search master version
author | fgiacomoni |
---|---|
date | Mon, 05 Dec 2016 08:32:04 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e3d43b8c987b |
---|---|
1 ## ****** MON_MODULE environnemnt : ****** ## | |
2 # version 1.0 XX.XX.2016 G Cretin / F Giacomoni / Y Guitton | |
3 | |
4 ## --- PERL compilator / libraries : --- ## | |
5 $ perl -v | |
6 This is perl, v5.18.2 built for x86_64-linux-gnu-thread-multi | |
7 | |
8 # libs CORE PERL : | |
9 use strict ; | |
10 use warnings ; | |
11 use Carp qw (cluck croak carp) ; | |
12 use Exporter ; | |
13 use Data::Dumper ; | |
14 use Getopt::Long ; | |
15 use FindBin ; | |
16 | |
17 # libs CPAN PERL : | |
18 $ perl -e 'use SOAP::Lite +trace => [qw (debug)] ;' | |
19 $ perl -e 'use Excel::Writer::XLSX ;' | |
20 $ perl -e 'use JSON ;' | |
21 $ perl -e 'use HTML::Template ;' | |
22 | |
23 | |
24 # libs pfem PERL : | |
25 use lib::golm_ws_api qw( :ALL ) ; | |
26 use lib::msp qw( :ALL ) ; | |
27 use lib::output qw( :ALL ) ; | |
28 -- | |
29 | |
30 ## --- R bin and Packages : --- ## | |
31 | |
32 No interaction with R | |
33 | |
34 -- | |
35 | |
36 ## --- Binary dependencies --- ## | |
37 | |
38 NA | |
39 | |
40 -- | |
41 | |
42 ## --- Config : --- ## | |
43 NA | |
44 | |
45 -- | |
46 | |
47 ## --- XML HELP PART --- ## | |
48 | |
49 -- | |
50 | |
51 ## --- DATASETS --- ## | |
52 -- | |
53 | |
54 ## --- ??? COMMENTS ??? --- ## | |
55 -- |