Skip Menu |

This queue is for tickets about the Module-Crypt CPAN distribution.

Report information
The Basics
Id: 50103
Status: resolved
Priority: 0/
Queue: Module-Crypt

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Crypt.pm should use File::Copy::mv instead of system(mv)
... because it is more portable. Additionally I suggest to check the return value of the move call, be it with system(...) or with File::Copy::mv. Regards, Slaven
On Mar. 29 Set. 2009 13:06:31, SREZIC wrote: Show quoted text
> ... because it is more portable. Additionally I suggest to check the > return value of the move call, be it with system(...) or with > File::Copy::mv.
Done. Module::Crypt was no more than a proof of concept, so I never cared about that low- quality code. :-)