PageRenderTime 45ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/perl5/using2_runme.pl

#
Perl | 10 lines | 6 code | 2 blank | 2 comment | 0 complexity | 5f557fbb05a4c44b65d1be06f03f329d MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. #!/usr/bin/perl
  2. use strict;
  3. use warnings;
  4. use Test::More tests => 3;
  5. BEGIN { use_ok('using2') }
  6. require_ok('using2');
  7. # adapted from ../python/using2_runme.py
  8. is(using2::spam(37), 37);