File: NoGood2.pm

package info (click to toggle)
libtest-routine-perl 0.032-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: perl: 733; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
package NoGood2;
use Test::Routine;

use Math::Trig qw(acos);

test "acos" => sub { 1 };

1;