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


Ignore:
Timestamp:
Jan 11, 2011, 1:14:38 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Most modules now have a VERSION declared
  • Moulde Version.pm move to pb-modules due to that
File:
1 edited

Legend:

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

    r1137 r1148  
    2121use English;
    2222use POSIX qw(locale_h);
     23use ProjectBuilder::Version;
    2324
    2425# Inherit from the "Exporter" module which handles exporting functions.
    2526 
     27use vars qw($VERSION @ISA @EXPORT);
    2628use Exporter;
    2729 
     
    3840our @ISA = qw(Exporter);
    3941our @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_check_requirements pb_check_req $pbdebug $pbLOG $pbdisplaytype $pblocale);
     42$VERSION = "$ProjectBuilder::Version::VERSION";
    4043
    4144=pod
Note: See TracChangeset for help on using the changeset viewer.