Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Using a base module with a required version

by stevieb (Canon)
on Aug 02, 2019 at 16:43 UTC ( [id://11103772]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
            die "Version '$v' of Mock::Sub isn't 1.07 or greater";
        }
    }
    
  2. or download this
    $ perl base.pl 
    Version '1.06' of Mock::Sub isn't 1.07 or greater at base.pl line 10.
    ...
    1 distribution installed
    
    $ perl base.pl
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-04-18 10:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found