Changeset 14922


Ignore:
Timestamp:
05/29/12 10:38:14 (12 months ago)
Author:
CrawfordCurrie
Message:

Item11865: 'my' vars are local to the package and the module, and do not export to other modules declaring the same package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BuildContrib/lib/Foswiki/Contrib/Build.pm

    r14797 r14922  
    4444use Foswiki::Contrib::BuildContrib; 
    4545 
    46 our $basedir; 
    47 our $buildpldir; 
    48 our $libpath; 
    49  
    50 my $VERSION; 
    51 my $RELEASE; 
     46our $basedir;       # Calculated root i.e one above 'lib' 
     47our $buildpldir;    # Calculated location of build.pl 
     48our $libpath;       # $basedir/lib/ 
     49 
     50our $VERSION;       # Version of BuildContrib 
     51our $RELEASE;       # Release of BuildContrib 
    5252 
    5353my $UPLOADSITEPUB           = 'http://foswiki.org/pub'; 
     
    5959my $FOSWIKIAUTHORSFILE      = 'core/AUTHORS'; 
    6060 
    61 my $GLACIERMELT = 10;    # number of seconds to sleep between uploads, 
    62                          # to reduce average load on server 
    63 my $lastUpload  = 0;     # time of last upload (0 means none yet) 
    64  
    65 my $targetProject;       # Foswiki or TWiki 
    66  
    67 my $collector;           # general purpose handle for collecting stuff 
    68  
    69 my %minifiers;           # functions used to minify 
     61my $targetProject;    # Foswiki or TWiki 
    7062 
    7163# use diagnostics; 
Note: See TracChangeset for help on using the changeset viewer.