diff --git a/abi-tracker.pl b/abi-tracker.pl index 30fa087..e5d272d 100644 --- a/abi-tracker.pl +++ b/abi-tracker.pl @@ -1576,8 +1576,12 @@ ($) my $Source = $Profile->{"Versions"}{$V}{"Source"}; my $Date = undef; - - if($V eq "current") + + if (defined $Profile->{"Versions"}{$V}{"Date"}) + { + $Date = $Profile->{"Versions"}{$V}{"Date"} + } + elsif($V eq "current") { if(defined $Profile->{"Git"}) {