File: load.t

package info (click to toggle)
libtie-cycle-perl 1.231-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 51; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (5)
1
2
3
4
5
use Test::More 0.95;

use_ok( 'Tie::Cycle' ) or BAILOUT();

done_testing();