nayakgi / perl-compiler

Automatically exported from code.google.com/p/perl-compiler
Other
0 stars 0 forks source link

PL_sv_objcount has been removed in blead #357

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run unit tests in perl 5.21.1

What is the expected output? What do you see instead?

Many compile errors in the form "error: ‘PL_sv_objcount’ undeclared (first 
use in this function)"

What perl version are you using? Threaded? -DDEBUGGING? On what operating
system?

"This is perl 5, version 21, subversion 1 (v5.21.1) built for darwin-2level"

The fix is simple, just as you suggested for Guard.pm: 
https://rt.cpan.org/Ticket/Display.html?id=96919#txn-1382436

Original issue reported on code.google.com by ketheri...@campusexplorer.com on 10 Jul 2014 at 3:00

GoogleCodeExporter commented 9 years ago
doh, google used the wrong account to create this issue. please cc 
ether@cpan.org with any updates.

Original comment by ketheri...@campusexplorer.com on 10 Jul 2014 at 3:08

GoogleCodeExporter commented 9 years ago
Thanks for trying out and the report, but master and the upcoming
release 1.48 already has this fixed.

Fixed with commit 0e09a80d18fd9487231f224dc78d54206d7ab418
Author: Reini Urban <rurban@cpanel.net>
Date:   Mon Jun 23 11:03:48 2014 -0600

    C 1.47_03: revised walkall, dump_rest at inc_cleanup

Original comment by reini.urban on 10 Jul 2014 at 6:49