Skip Menu |

This queue is for tickets about the Socket-Class CPAN distribution.

Report information
The Basics
Id: 114734
Status: new
Priority: 0/
Queue: Socket-Class

People
Owner: Nobody in particular
Requestors: MAT [...] cpan.fsck.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.258
Fixed in: (no value)



Subject: Unescaped left brace in regex is illegal in regex
Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/\s*struct st_mod_sc { <-- HERE / at ./Makefile.PL line 174.
Subject: patch-xs_sc__ssl_Makefile.PL
--- xs/sc_ssl/Makefile.PL.orig 2012-01-20 00:08:58 UTC +++ xs/sc_ssl/Makefile.PL @@ -171,7 +171,7 @@ sub build_cmodule { $step = 0; foreach( <$fh> ) { if( $step == 0 ) { - if( /\s*struct st_mod_sc {/ ) { + if( /\s*struct st_mod_sc \{/ ) { $ct1 = index( $ct, '/* !include st_mod_sc */' ); $ct2 = substr( $ct, $ct1 + 25 ); $ct1 = substr( $ct, 0, $ct1 );