FS#51024 - [perl-throwable] perl -e "use Throwable" fails.

Attached to Project: Community Packages
Opened by guido (qqqqqqqqq9) - Wednesday, 28 September 2016, 15:13 GMT
Last edited by Sergej Pupykin (sergej) - Saturday, 15 October 2016, 16:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Since updating perl-moo on Sep 1

perl -e "use Throwable"

fails with

operator expected at /usr/share/perl5/vendor_perl/Throwable.pm line 42, near "has 'previous_exception'"
(Do you need to predeclare has?)
syntax error at /usr/share/perl5/vendor_perl/Throwable.pm line 42, near "has 'previous_exception'"
BEGIN not safe after errors--compilation aborted at /usr/share/perl5/vendor_perl/Throwable.pm line 79.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

Downgrading to perl-moo 2.001001-1 fixes the problem.


Steps to reproduce:

perl -e "use Throwable"
This task depends upon

Closed by  Sergej Pupykin (sergej)
Saturday, 15 October 2016, 16:16 GMT
Reason for closing:  Fixed
Comment by Sergej Pupykin (sergej) - Friday, 14 October 2016, 08:48 GMT
cannot reproduce on fresh system

$ perl -e "use Throwable"
$
Comment by guido (qqqqqqqqq9) - Saturday, 15 October 2016, 13:05 GMT
Hi,

I cannot reproduce it anymore. No idea, what fixed but i guess this can be closed.

Thanks

Loading...