Subversion Repositories camp_sysinfo_client_3

Rev

Rev 129 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 129 Rev 131
Line 161... Line 161...
161
# instead of
161
# instead of
162
#      apt-get -y install libwww-perl perl-modules
162
#      apt-get -y install libwww-perl perl-modules
163
# flexibility vs efficiency in this case.
163
# flexibility vs efficiency in this case.
164
our %libraries = ( 
164
our %libraries = ( 
165
                  'File::Basename' => { 'debian' => 'apt-get -y install perl-modules' },
165
                  'File::Basename' => { 'debian' => 'apt-get -y install perl-modules' },
166
                  'JSON' => { 'debian' => 'apt-get -y install json-perl' },
-
 
167
                  'Exporter' => { 'debian' => 'apt-get -y install perl-base' },
166
                  'Exporter' => { 'debian' => 'apt-get -y install perl-base' },
168
                  'LWP' => { 
167
                  'LWP' => { 
169
                             'debian' => 'apt-get -y install libwww-perl',
168
                             'debian' => 'apt-get -y install libwww-perl',
170
                             'freebsd' => 'pkg install -y p5-libwww'
169
                             'freebsd' => 'pkg install -y p5-libwww'
171
                           },
170
                           },