Skip Menu |

This queue is for tickets about the Parse-BBCode CPAN distribution.

Maintainer(s)' notes

If you have any wishes, feel free to create a ticket.

Plans:

I would like to add callbacks to the parser so that you can gather some information about specific tags and ideally can manipulate them during parsing.

But there are already enough informations to create a download link for code tags, for example. See example/code_download.pl.

Parse::BBCode is now hosted on github, so for bug reports also check https://github.com/perlpunk/Parse-BBCode

Report information
The Basics
Id: 43365
Status: resolved
Priority: 0/
Queue: Parse-BBCode

People
Owner: Nobody in particular
Requestors: mericia [...] turboprinz.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.06
Fixed in: 0.07



Subject: missing dependency on version of Class::Accessor
Parse::BBCode produces the following error: Can't locate object method "follow_best_practice" via package "Parse::BBCode::Tag" at /usr/lib/perl5/site_perl/5.8.0/Parse/BBCode/Tag.pm line 8. if used on a system with Class::Accessor in a version < 0.25, because that's the version (according to Class::Accessors changelog) when the thing with __PACKAGE__->follow_best_practices; was first implemented. Please set up the version dependency properly. Betriebssystem: linux (Kernel: ) Perl Version: 5.008 Parse::BBCode: 0.06
On Di. 17. Feb. 2009, 15:47:19, pktm wrote: Show quoted text
> if used on a system with Class::Accessor in a version < 0.25, because > that's the version (according to Class::Accessors changelog) when the > thing with __PACKAGE__->follow_best_practices; was first implemented.
thanks for the report, this is on of the errors that are difficult to find out on your own as a cpan author because it is almost impossible to check all used methods from other modules in which version they were added. i'll update the prereq version in the next release.
fixed in 0.07