Changeset 68


Ignore:
Timestamp:
11/29/05 02:03:23 (19 years ago)
Author:
thauvin
Message:
  • add CVSREV var
Location:
trunk/soft/ObsData
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/soft/ObsData/ObsData.pm

    • Property cvs2svn:cvs-rev changed from 1.20 to 1.21
    r64 r68  
    2121our $VERSION = 0.01; 
    2222our $CVSID = q$Id$; 
     23our $CVSREV = (q$Revision$ =~ /^Revision: (.*) $/)[0]; 
    2324 
    2425=head1 NAME 
  • trunk/soft/ObsData/ObsData/Repository.pm

    • Property cvs2svn:cvs-rev changed from 1.14 to 1.15
    r67 r68  
    1111 
    1212our $CVSID = q$Id$; 
     13our $CVSREV = (q$Revision$ =~ /^Revision: (.*) $/)[0]; 
    1314 
    1415=head1 METHODS 
     
    258259        $self->{archivefile},  
    259260        "data_processtime_$self->{datafile}", 
    260         $ObsData::CVSID, 
    261         $ObsData::Repository::CVSID, 
    262         scalar(localtime($ltime)), 
     261        scalar(localtime($ltime)) . ", $ObsData::VERSION: $ObsData::CVSREV, $ObsData::Repository::CVSREV", 
    263262    ); 
    264263 
Note: See TracChangeset for help on using the changeset viewer.