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

Re: How to syntax-check Catalyst code which throws 'Invalid CODE attributes' errors?

by bliako (Monsignor)
on Jun 09, 2021 at 07:05 UTC ( [id://11133684]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    echo "package Attributes;1" > /tmp/Attributes.pm
    perl -c -I/tmp file-to-test.pl
    
  2. or download this
    # file ./strict.pm
    package strict;1
    
  3. or download this
    perl -I. -Mstrict -e '$x=42'
    
    perl     -Mstrict -e '$x=42'
    ouch!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-19 12:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found