> Sorry, but it seems that libswish-api-common-perl need to be fixed.
> Nothing can be done in swish-e.

I strongly disagree. As outlined in the previous mail, just injecting
your methods into your own namespaces would be good enough to fix this
issue.

In /usr/lib/perl5/SWISH/API.pm line 34 you could replace

  grep { m/::$/ } keys %SWISH::API::

by the list of packages like this:

  my @packages = qw/Foo::Bar Bar::Baz .../;
  CL: for my $class ( map { "${_}::" } @packages )


Although I'd like to reassign this bug back to swish-e again I'm not
doing so for now until some consensus is reached.


-Flo

-- 
BOFH excuse #311:
transient bus protocol violation

Attachment: signature.asc
Description: Digital signature

Reply via email to