File: 00.load.t

package info (click to toggle)
libcontextual-return-perl 0.2.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 284 kB
  • ctags: 223
  • sloc: perl: 848; makefile: 521
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
use Test::More tests => 1;

BEGIN {
use_ok( 'Contextual::Return' );
}

diag( "Testing Contextual::Return" );