File: 01.load.t

package info (click to toggle)
libcarp-assert-more-perl 1.10-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 164 kB
  • ctags: 26
  • sloc: perl: 762; makefile: 51
file content (7 lines) | stat: -rw-r--r-- 86 bytes parent folder | download
1
2
3
4
5
6
7
#!perl -Tw

use Test::More tests => 1;

BEGIN {
    use_ok( 'Carp::Assert::More' );
}