File: 00-load.t

package info (click to toggle)
libmemory-usage-perl 0.201-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 1,361; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!perl -T

use Test::More tests => 1;

BEGIN {
    use_ok( 'Memory::Usage' ) || print "Bail out!
";
}

diag( "Testing Memory::Usage $Memory::Usage::VERSION, Perl $], $^X" );