Changeset 6

Show
Ignore:
Timestamp:
05/16/05 15:49:05 (3 years ago)
Author:
evdb
Message:

Changed: Added version number to config and footer when testing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/Scrpbk.pm

    r5 r6  
    1515my $yaml_config = YAML::LoadFile($yaml_file) 
    1616  || die "Could not load the setup file"; 
    17 Scrpbk->config( name => 'Scrpbk', %$yaml_config ); 
     17Scrpbk->config( name => 'Scrpbk', %$yaml_config, version => $VERSION ); 
    1818Scrpbk->setup; 
    1919