Skip Menu |

This queue is for tickets about the onto-perl CPAN distribution.

Report information
The Basics
Id: 31202
Status: resolved
Worked: 30 min
Priority: 0/
Queue: onto-perl

People
Owner: erick.antezana [...] gmail.com
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Calling "date" is not portable
[onto-perl version 1.04] In CCO::Core::Ontology (and maybe also other places), there are calls to the unix utility "date". This is not portable, especially when using Windows. Windows also has a command "date", but with a complete different semantics (prompting the user and waiting for a new date to enter). This means that for example the test suite seems to hang. Regards, Slaven
Hi, thanks for pointing it out. I have changed all the system calls to the unix command 'date'; now, I am using the function 'localtime' to get it. Erick