Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Perl::Critic error "Readonly version 21 required"

by kcott (Archbishop)
on Feb 15, 2013 at 06:17 UTC ( [id://1018846]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -e '
    use Readonly my $unprintable => 0x15;
    '
    Readonly version 21 required--this is only version 1.03 at /Users/ken/
    +perl5/perlbrew/perls/perl-5.14.2_WITH_THREADS/lib/5.14.2/Exporter/Hea
    +vy.pm line 120.
    BEGIN failed--compilation aborted at -e line 2.
    
  2. or download this
    $ perl -Mstrict -Mwarnings -e '
    use Readonly;                        
    Readonly my $unprintable => 0x15;
    '
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-04-24 06:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found