Changeset 8858
- Timestamp:
- 09/03/10 02:59:31 (21 months ago)
- File:
-
- 1 edited
-
trunk/core/tools/extender.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/tools/extender.pl
r8403 r8858 395 395 } 396 396 397 if ( eval "use $path; 1;" ) { 397 my $selfDep = new Foswiki::Configure::Dependency( 398 module => $path, 399 type => 'perl', 400 ); 401 402 if ( $selfDep->studyInstallation() ) { 398 403 399 404 # Module is already installed … … 403 408 my $moduleVersion = 0; 404 409 { 405 no strict 'refs'; 406 $moduleVersion = ${"${path}::VERSION"}; 410 $moduleVersion = $selfDep->{installedVersion}; 407 411 408 412 # remove the SVN marker text from the version number, if it is there
Note: See TracChangeset
for help on using the changeset viewer.
