Change 29937 by [EMAIL PROTECTED] on 2007/01/23 21:07:06

        Change 29936 missed a ;

Affected files ...

... //depot/perl/lib/Time/Local.pm#39 edit

Differences ...

==== //depot/perl/lib/Time/Local.pm#39 (text) ====
Index: perl/lib/Time/Local.pm
--- perl/lib/Time/Local.pm#38~29936~    2007-01-23 10:43:50.000000000 -0800
+++ perl/lib/Time/Local.pm      2007-01-23 13:07:06.000000000 -0800
@@ -92,7 +92,7 @@
     my ( $sec, $min, $hour, $mday, $month, $year ) = @_;
 
     # Need to check leap year before altering the value
-    my $leap_year = _is_leap_year($year)
+    my $leap_year = _is_leap_year($year);
 
     if ( $year >= 1000 ) {
         $year -= 1900;
End of Patch.

Reply via email to