File: 00.load.t

package info (click to toggle)
libconfig-autoconf-perl 0.320-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: perl: 2,288; ansic: 10; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
# -*- cperl -*-

use Test::More tests => 1;

BEGIN
{
    use_ok('Config::AutoConf') or BAIL_OUT("Can't load Config::AutoConf");
}