]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/ParentPipe.pm
bundle Danga::Socket and Sys::Syscall
[public-inbox.git] / lib / PublicInbox / ParentPipe.pm
index 4f7ee1538f2de941ee07f80cdf9f9cefd6990e04..25f13a82fe77b9d1c44f2a904f6e06a6e55915a5 100644 (file)
@@ -4,7 +4,7 @@
 package PublicInbox::ParentPipe;
 use strict;
 use warnings;
-use base qw(Danga::Socket);
+use base qw(PublicInbox::DS);
 use fields qw(cb);
 
 sub new ($$$) {