Changeset 1116

Show
Ignore:
Timestamp:
07/22/07 09:47:35 (1 year ago)
Author:
dom
Message:

Ensure that all modules we ship are versioned. (references #232)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Changes

    r1107 r1116  
    33More detailed changelogs can be found at 
    44http://dev.openguides.org/log/trunk 
     5 
     60.62     
     7        Ensure that all modules we ship are versioned. 
    58 
    690.61    4 July 2007 
  • trunk/lib/OpenGuides/Build.pm

    r1088 r1116  
    22 
    33use strict; 
     4 
     5use vars qw( $VERSION ); 
     6$VERSION = '0.01'; 
     7 
    48use Module::Build; 
    59use OpenGuides::Config; 
  • trunk/lib/OpenGuides/Config.pm

    r1093 r1116  
    22use strict; 
    33use warnings; 
     4 
     5use vars qw( $VERSION ); 
     6$VERSION = '0.01'; 
    47 
    58use Carp qw( croak );