##// END OF EJS Templates
Removed IniFiles.pm....
Jani Honkonen -
r1147:55065f0b9b63
parent child
Show More
@@ -1,6 +1,13
1 package Jobs;
1 package Jobs;
2 use File::Basename;
2 use File::Basename;
3 use IniFiles;
3 use Config::IniFiles;
4
5 # NOTE:
6 # Config::IniFiles is from CPAN
7 # http://search.cpan.org/dist/Config-IniFiles-2.72/
8 #
9 # On windows (ActivePerl) install it from command line by calling:
10 # ppm install Config-IniFiles
4
11
5 sub get {
12 sub get {
6 my $inifile = shift;
13 my $inifile = shift;
1 NO CONTENT: file was removed
NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (3094 lines changed) Show them Hide them
General Comments 0
You need to be logged in to leave comments. Login now