Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^4: Using a base module with a required version

by davido (Cardinal)
on Aug 02, 2019 at 19:56 UTC ( [id://11103779]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use parent::versioned 'Foo';       # No version checking.
    use parent::versioned qw(Foo Bar); # No version checking.
    use parent::versioned --norequire qw(Foo Bar); # Still no version chec
    +king.
    use parent::versioned ['Foo' => 0.23], ['Bar' => 1.5], 'Baz'; # Versio
    +n checking on Foo and Bar.
    use parent::versioned --norequire 'Baz', ['Foo' => 0.23]; # Version ch
    +ecking on Foo.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-20 00:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found