File: 01__basic.t

package info (click to toggle)
libaccessors-perl 1.01-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 330; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/perl

##
## Tests for accessors.pm
##

use strict;
use warnings;

use Test::More tests => 1;
use Carp;

use_ok( "accessors" );