Changeset 1057
- Timestamp:
- 02/09/07 21:40:00 (2 years ago)
- Files:
-
- branches/wheeljack/build/Build.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/build/Build.pm
r1054 r1057 2 2 3 3 package Build; 4 our $VERSION = '0.0 7';4 our $VERSION = '0.08'; 5 5 6 6 =head1 NAME … … 798 798 sub inject_footer { 799 799 my $self = shift; 800 801 # Do not inject the non-production footer if we are running in 802 # debug mode, doing a (local) make or are building an alpha/beta 803 # version. 804 return if $self->{'debug'} || $self->{'make'} || 805 ($self->{'prod'} && !($self->{'beta=s'} || $self->{'alpha=s'})); 800 806 $self->verbose( 'Entered inject_footer()' ); 801 807 return if $self->{'prod'} || $self->{'debug'} || $self->{'make'};
