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

    r702 r1148  
    1919use POSIX qw(locale_h);
    2020use ProjectBuilder::Base;
     21use ProjectBuilder::Version;
    2122
    2223# Inherit from the "Exporter" module which handles exporting functions.
    2324 
     25use vars qw($VERSION @ISA @EXPORT);
    2426use Exporter;
    2527 
     
    3335our @ISA = qw(Exporter);
    3436our @EXPORT = qw(pb_display pb_display_init $pbdisplaytype $pblocale);
     37$VERSION = "$ProjectBuilder::Version::VERSION";
    3538
    3639=pod
Note: See TracChangeset for help on using the changeset viewer.