Skip Menu |

This queue is for tickets about the HTML-BBReverse CPAN distribution.

Report information
The Basics
Id: 16402
Status: resolved
Priority: 0/
Queue: HTML-BBReverse

People
Owner: yorhel [...] cpan.org
Requestors: blom [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: 0.03



Subject: Bracket stripped as last character
#!/usr/bin/perl use strict; use HTML::BBReverse; my $text = "server has high pings constantly (450ish - 2k) and restarts/crashes are starting to become an everyday thing ;["; my $bbr = HTML::BBReverse->new(); print $bbr->parse($text); __END__ This will result in a parsed string, excluding the last bracket. It will be stripped once parsed.