Do you know where the problem is, or where to find a solution?
I don't really understand the issue - but here are some things you could try if no-one here comes up with some knowledgeable advice.
The problematic line 28 in Tabs.pm is:
$offs = () = /\PM/g;
One thing you could do is to replace the cpan/Text-Tabs in the perl-5.38.0 source with the version that shipped with perl-5.34.0. That's actually what I would try first - but I'm not recommending that you do as I do.
(The Tabs.pm that shipped with 5.36.0 contains the same problematic construct as the 5.38.0 version - so I don't see much point in testing it.)
A more responsible thing to do would be to raise an issue about this at
https://github.com/ap/Text-Tabs/issues and see what the Text::Tabs maintainer has to say about it.
Or you could also try using the
current github repo source. However, although line 28 has been changed, it still contains the same troublesome
/\PM/g construct.
You might also get some good advice by raising an issue about this at
https://github.com/Perl/perl5/issues, though they might fob you off because it's a "cpan" distro, and not really p5p's responsibility to fix.
That's about all I can think of.
Cheers,
Rob
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.