Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: Identifying functions in a c file and replacing with a keyword

by tobyink (Canon)
on Mar 18, 2013 at 11:45 UTC ( [id://1024018]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Identifying functions in a c file and replacing with a keyword
in thread Identifying functions in a c file and replacing with a keyword

CPAN Testers shows a good number of successful installs on Windows, though there is an open bug for C::Scan on Windows. Perhaps that's the problem you're having? There is a fix suggested in the discussion below the bug report.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1024018]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-29 01:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found