File: load.t

package info (click to toggle)
libtie-cycle-perl 1.21-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 112 kB
  • ctags: 13
  • 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();