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

Legend:

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

    r1146 r1148  
    1111# Inherit from the "Exporter" module which handles exporting functions.
    1212 
     13use vars qw($VERSION @ISA @EXPORT);
    1314use Exporter;
    1415 
     
    1718our @ISA = qw(Exporter);
    1819our @EXPORT = qw(pb_version_init);
     20
     21$VERSION = 'PBVER';
    1922
    2023sub pb_version_init {
Note: See TracChangeset for help on using the changeset viewer.