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
    }