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

    r916 r1148  
    1717use POSIX qw(strftime);
    1818use lib qw (lib);
     19use ProjectBuilder::Version;
    1920use ProjectBuilder::Base;
    2021use ProjectBuilder::Conf;
     
    2223# Inherit from the "Exporter" module which handles exporting functions.
    2324 
     25use vars qw($VERSION @ISA @EXPORT);
    2426use Exporter;
    2527 
     
    2931our @ISA = qw(Exporter);
    3032our @EXPORT = qw(pb_changelog);
     33$VERSION = "$ProjectBuilder::Version::VERSION";
    3134
    3235=pod
Note: See TracChangeset for help on using the changeset viewer.