Changeset 416 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Conf.pm


Ignore:
Timestamp:
Apr 27, 2008, 12:05:30 AM (16 years ago)
Author:
Bruno Cornec
Message:

move the pb_env_init function to a separate module to allow pbinit usage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Conf.pm

    r415 r416  
    5050
    5151=over 4
    52 
    53 =item B<pb_conf_init>
    54 
    55 This function initializes the configuration files analysis.
    56 Pass the configuration files to consider in order of importance (the most important first).
    57 
    58 =cut
    59 
    60 sub pb_conf_init {
    61 
    62 pb_log(2,"DEBUG: pb_conf_init with ".Dumper(@_)."\n");
    63 @pbconffiles = @_;
    64 }
    6552
    6653=item B<pb_conf_add>
Note: See TracChangeset for help on using the changeset viewer.