Changeset 1148 in ProjectBuilder for devel/pb-modules/lib/ProjectBuilder/Conf.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/Conf.pm

    r1052 r1148  
    1313use Data::Dumper;
    1414use ProjectBuilder::Base;
     15use ProjectBuilder::Version;
    1516
    1617# Inherit from the "Exporter" module which handles exporting functions.
    1718 
     19use vars qw($VERSION @ISA @EXPORT);
    1820use Exporter;
    1921 
     
    2325our @ISA = qw(Exporter);
    2426our @EXPORT = qw(pb_conf_init pb_conf_add pb_conf_read pb_conf_read_if pb_conf_get pb_conf_get_if);
     27$VERSION = "$ProjectBuilder::Version::VERSION";
    2528
    2629# Global hash of conf files
Note: See TracChangeset for help on using the changeset viewer.