fix Socket.pm typo from change#1240
Gurusamy Sarathy [Mon, 29 Jun 1998 05:32:25 +0000 (05:32 +0000)]
p4raw-link: @1240 on //depot/perl: fdb41d65d2165593b3288a1175c6d1bb79774d63

p4raw-id: //depot/perl@1258

ext/Socket/Socket.pm

index 3c3380f..5a4870f 100644 (file)
@@ -251,7 +251,7 @@ require DynaLoader;
 @EXPORT_OK = qw(CR LF CRLF $CR $LF $CRLF);
 
 %EXPORT_TAGS = (
-    crlf    => [qw(CR LF CRLF $CR $LF $CRLF)]
+    crlf    => [qw(CR LF CRLF $CR $LF $CRLF)],
     all     => [@EXPORT, @EXPORT_OK],
 );