Changeset 2498 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Base.pm


Ignore:
Timestamp:
Apr 1, 2020, 2:22:41 AM (4 years ago)
Author:
Bruno Cornec
Message:

Fix pb_version_init call

File:
1 edited

Legend:

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

    r2489 r2498  
    2626# Inherit from the "Exporter" module which handles exporting functions.
    2727 
    28 use vars qw($VERSION $REVISION $PBCONFVER @ISA @EXPORT);
     28use vars qw(@ISA @EXPORT);
    2929use Exporter;
    3030 
     
    4141our @ISA = qw(Exporter);
    4242our @EXPORT = qw(pb_mkdir_p pb_system pb_rm_rf pb_get_date pb_log pb_log_init pb_get_uri pb_get_content pb_set_content pb_display_file pb_syntax_init pb_syntax pb_temp_init pb_get_arch pb_get_osrelease pb_check_requirements pb_check_req pb_path_expand pb_exit $pbdebug $pbLOG $pbdisplaytype $pblocale);
    43 ($VERSION,$REVISION,$PBCONFVER) = pb_version_init();
    4443
    4544=pod
Note: See TracChangeset for help on using the changeset viewer.