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
Owner: |
Nobody in particular
|
Requestors: |
mericia [...] turboprinz.de
|
Cc: |
|
AdminCc: |
|
|
Severity: |
Important |
Broken in: |
0.06 |
Fixed in: |
0.07 |
|
Tue Feb 17 15:47:19 2009
mericia [...] turboprinz.de - Ticket created
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
Wed Feb 18 05:45:26 2009
TINITA [...] cpan.org - Correspondence added
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.
Wed Feb 18 05:45:27 2009
The RT System itself - Status changed from 'new' to 'open'
Thu Feb 19 06:55:47 2009
TINITA [...] cpan.org - Correspondence added
Fri Feb 20 05:31:26 2009
TINITA [...] cpan.org - Status changed from 'open' to 'resolved'