Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move Socket to be IO::Socket and INET to be IO::Socket::INET.
  • Loading branch information
jnthn committed Aug 8, 2011
1 parent 6544695 commit bf856cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/IO/Socket.pm
@@ -1,4 +1,4 @@
my role Socket {
my role IO::Socket {
has $!PIO;
has $!buffer = '';

Expand Down
2 changes: 1 addition & 1 deletion src/core/IO/Socket/INET.pm
@@ -1,4 +1,4 @@
my class INET does Socket {
my class IO::Socket::INET does IO::Socket {
my module PIO {
constant PF_LOCAL = 0;
constant PF_UNIX = 1;
Expand Down

0 comments on commit bf856cd

Please sign in to comment.