Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: RFC: Test::Contract - extensible object-oriented runtime check series

by tobyink (Canon)
on May 08, 2017 at 13:27 UTC ( [id://1189796]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use feature qw(state); # Perl 5.10+
    use Type::Params qw(compile);
    ...
      
      return $sum;
    }
    
  2. or download this
    use feature qw(state); # Perl 5.10+
    use Type::Params qw(compile);
    ...
      
      Num->assert_return( $sum );
    }
    
  3. or download this
    use feature qw(state); # Perl 5.10+
    use Type::Params qw(compile);
    ...
      #
      ArrayRef->of(ArrayRef)->assert_valid( \@z );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-25 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found