I have problem using Time::Piece in my code. I am exporting some variables like verbose and debug. And this variables are not set and they are being exported.
When I am not using Time::Piece its compiling fine but when I am trying use Time::Piece it causing compilation error.
Is that Time::Piece exports verbose. It seems it does not.