diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-04 04:27:51 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-04 04:27:51 +0000 |
commit | 3cb6de8118f279c0dca172ac40ef21e89cf524b7 (patch) | |
tree | ceb152b91deb401b084cf01870d011c2ece3e17a /lib/Time | |
parent | eaf840779373130f95f7bd459b3864c78c698e28 (diff) | |
download | perl-3cb6de8118f279c0dca172ac40ef21e89cf524b7.tar.gz |
more whitespace removal (from Michael G Schwern)
p4raw-id: //depot/perl@5507
Diffstat (limited to 'lib/Time')
-rw-r--r-- | lib/Time/Local.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Time/Local.pm b/lib/Time/Local.pm index f3f6f542a6..a4808849b0 100644 --- a/lib/Time/Local.pm +++ b/lib/Time/Local.pm @@ -157,7 +157,7 @@ rather they didn't, you can explicitly import the timelocal_nocheck() and timegm_nocheck() functions. use Time::Local 'timelocal_nocheck'; - + { # The 365th day of 1999 print scalar localtime timelocal_nocheck 0,0,0,365,0,99; |