Abigail / Regexp--Common

Common patterns
Other
32 stars 15 forks source link

escape > (gt) char correctly in the ipv6 example #7

Closed hernan604 closed 8 years ago

hernan604 commented 8 years ago

http://search.cpan.org/~abigail/Regexp-Common-2016010801/lib/Regexp/Common/net.pm

Currently shows: $RE{net}{IPv6}{-sep = ':'}{-style => 'HeX'}>

Should be: $RE{net}{IPv6}{-sep => ':'}{-style => 'HeX'}