In a message dated 12/2/2004 6:59:22 AM Mountain Standard Time,
bug-Filesys-Statvfs_Statfs_Df@rt.cpan.org writes:
This message about Filesys-Statvfs_Statfs_Df was sent to you by guest <> via
rt.cpan.org
Full context and any attached attachments can be found at:
<URL:
https://rt.cpan.org/Ticket/Display.html?id=8712 >
Filesys-Statvfs_Statfs_Df-0.71
perl v5.6.1
Sun Solaris
Statfs.so file is not being created while doing make. Bu Statvfs.so is being
created.
Thanks
-Raghuram
Currently the module only builds out the Statfs module if there is no
instance of statvfs() on the system and there is a instance of statfs(). So on the
Solaris box you are testing with, it is finding statvfs() and building the Df
module to use statvfs(), and it ignores statfs() because it has no use for
it.
I can change it to build out the Statfs module as well if statfs() is
available on the system. I just figured that no one would use it if statvfs() was
available.
Should I change it or do you think it is OK as is?
Thanks,
Ian