Subversion Repositories DevTools

Rev

Rev 247 | Rev 261 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 247 Rev 255
Line 24... Line 24...
24
# Interface     : ReadBuildConfig           - Initialise module
24
# Interface     : ReadBuildConfig           - Initialise module
25
#                 getPlatformParts          - Get a list of Platform parts
25
#                 getPlatformParts          - Get a list of Platform parts
26
#
26
#
27
#......................................................................#
27
#......................................................................#
28
 
28
 
29
require 5.6.1;
29
require 5.006_001;
30
use strict;
30
use strict;
31
use warnings;
31
use warnings;
32
 
32
 
33
#===============================================================================
33
#===============================================================================
34
package ReadBuildConfig;
34
package ReadBuildConfig;