Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable IO::Socket::INET during re-imagining
  • Loading branch information
lizmat committed Jan 12, 2015
1 parent 5e000da commit ccf03bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/IO/Socket/INET.pm
@@ -1,4 +1,4 @@
my class IO::Socket::INET does IO::Socket {
my class IO::Socket::INET {
my module PIO {
constant PF_LOCAL = 0;
constant PF_UNIX = 1;
Expand Down

0 comments on commit ccf03bf

Please sign in to comment.