Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Which version to target for module dependencies?

by xdg (Monsignor)
on Aug 17, 2005 at 03:19 UTC ( [id://484300]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # From a Build.PL
    requires => {
    ...
      Test::Exception => 0,
      Test::More      => 0,
    }
    
  2. or download this
    requires => {
      Scalar::Util    => 1.17,
      Test::Exception => 0.21,
      Test::More      => 0.60,
    }
    
  3. or download this
    requires => {
      Scalar::Util    => 1.14,
      Test::Exception => 0.20,
      Test::More      => 0.54,
    }
    
  4. or download this
    requires => {
      Scalar::Util    => 1.09, # first appearance of refaddr()
      Test::Exception => 0.21, # 0.20 doesn't build well with CPANPLUS
      Test::More      => 0.48, # thread safe
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://484300]
Approved by BrowserUk
Front-paged by Tanktalus
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-20 01:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found