Skip Menu |

This queue is for tickets about the GCC-TranslationUnit CPAN distribution.

Report information
The Basics
Id: 57341
Status: open
Priority: 0/
Queue: GCC-TranslationUnit

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

Bug Information
Severity: Normal
Broken in: 1.00
Fixed in: (no value)



Subject: Class 'GCC::Node::call_expr' tried to inherit from itself
Small typo, leading to Class 'GCC::Node::call_expr' tried to inherit from itself diff -bu lib/GCC/Node/Expression.pm~ lib/GCC/Node/Expression.pm --- lib/GCC/Node/Expression.pm~ 2003-11-10 07:03:34.000000000 +0100 +++ lib/GCC/Node/Expression.pm 2010-05-10 13:24:29.800375000 +0200 @@ -49,7 +49,7 @@ # DEFTREECODE (CALL_EXPR, "call_expr", 'e', 2) package GCC::Node::call_expr; -use base qw(GCC::Node::call_expr); +use base qw(GCC::Node::Expression); sub fn { shift->{fn} } sub args { shift->{args} } -- Reini Urban
From: alexchandel [...] gmail.com
This is still broken, and is breaking C::DynaLib