Subject: | Bug |
Hi. I found a bug in Time::Piece 2.00. Here's some code to
reproduce the bug:
-----------------
#!/usr/bin/perl
use Time::Piece;
$startmonth = localtime(time());
$endmonth = Time::Piece->new($startmonth);
----------------
Wasn't quite sure how to fix it, so I thought I'd leave it to you.
:)
--
Tim Nelson
Systems Administrator
Sunet Internet
Tel:Â +61 3 5241 1155
Fax: +61 3 5241 6187
Web: http://www.sunet.com.au/
Email: sysadmin@sunet.com.au