Skip Menu |

This queue is for tickets about the Module-Build-JSAN CPAN distribution.

Report information
The Basics
Id: 24276
Status: resolved
Priority: 0/
Queue: Module-Build-JSAN

People
Owner: Nobody in particular
Requestors: burak [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.02
Fixed in: 0.05



Subject: Can't find Unicode property definition "o" at ...
Hi, I got a strange error during `perl Build dist`: Can't find Unicode property definition "o" at C:/Perl/site/lib/Module/Build/JSAN.pm line 70. Replacing line 70 with this code: (my $html = $pod) =~ s|^\Q$pod_dir|$html_dir|; and line 80 with this: (my $txt = $pod) =~ s|^\Q$pod_dir|$txt_dir|; seems to fix the problem. Some meta char breaks the code. You can also use quotemeta() instead of a \Q escape...
Thanks. I applied your fix, and moved the source to GitHub while I was at it. http://github.com/theory/module-build-jsan/tree/master I'll do a new release today. David