Subject: | Module::Build Doesn't know about BeOS w/fix |
As far as Perl goes BeOS can be classed as UNIX like. The only
difference is that you can't read()/write() to and from a socket, you
must use send()/recv(). This doesn't affect Module::Build so it's OK to
pretend BeOS is a UN*X system:
*** OBuild.pm Thu Jan 21 10:04:49 2010
--- Build.pm Thu Jan 21 10:05:10 2010
***************
*** 70,75 ****
--- 70,77 ----
riscos RiscOS
amigaos Amiga
mpeix MPEiX
+
+ beos Unix
);
# Inserts the given module into the @ISA hierarchy between